Commit ad38198b authored by Dave Newbold's avatar Dave Newbold

Merge branch 'master' of bitbucket.org:solidexperiment/solid_firmware

parents fc1f2138 43f3ac1f
......@@ -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