Skip to content

Commit 78fd35f

Browse files
committed
fix(mvb_tools/demux): remove ambiguous behaviour
This behaviour was fixed by using "logic" verison of fork instead of "register" version
1 parent 6db623c commit 78fd35f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comp/mvb_tools/flow/operation/mvb_operation.vhd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ begin
172172
OUTPUT_PORTS => 2,
173173
ITEMS => MVB_ITEMS,
174174
ITEM_WIDTH => ITEM_WIDTH + 1 + CONSUME_ITEM_WIDTH,
175-
VERSION => "register",
175+
VERSION => "logic",
176176
USE_DST_RDY => true
177177
) port map (
178178
CLK => CLK,

0 commit comments

Comments
 (0)