Skip to content

Commit 67acd05

Browse files
committed
Merge branch 'gurka-fix-mvb_op' into 'devel'
fix(mvb_tools): remove ambiguous behaviour See merge request ndk/ndk-fpga!144
2 parents 6db623c + 78fd35f commit 67acd05

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)