Commit 7f355060 authored by Dave Newbold's avatar Dave Newbold

Adding kack, removing veto

parent 7ad2ad9c
......@@ -58,7 +58,7 @@ begin
-- Block data to ROC
keep_c <= (63 downto N_CHAN => '0') & kack;
keep_c <= (63 downto N_CHAN => '0') & kack when mark = '1' and rising_edge(clk40);
go <= (go or (ro_go and keep and not rveto)) and not blkend and trig_en when rising_edge(clk40);
blkend <= '1' when ro_ctr = X"06" else '0';
......
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