Commit 43f3ac1f authored by Dave Newbold's avatar Dave Newbold

Restoring cap functionality to channel buffer

parent de1edadd
......@@ -110,7 +110,7 @@ begin
-- NZS pointer control
cap_run <= (cap_run or cap) and not (cap_done or buf_rst) and cap_mode;
cap_run <= (cap_run or cap) and not (cap_done or buf_rst) and cap_mode when rising_edge(clk40);
nzen <= nzs_en or cap_run;
process(clk40)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment