Commit dbb2c5c4 authored by Dave Newbold's avatar Dave Newbold

Fixing ro block length

parent 7f355060
......@@ -61,7 +61,7 @@ begin
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';
blkend <= '1' when ro_ctr = X"04" else '0';
ro_valid <= go;
ro_blkend <= blkend;
......
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