Skip to content

Commit 978f994

Browse files
wkkunatmichalak
authored andcommitted
flow_active: Remove duplicate assignments
Signed-off-by: Wiktoria Kuna <[email protected]>
1 parent 9943e75 commit 978f994

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ctrl/flow_active.sv

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,9 +378,7 @@ module flow_active
378378
fmt_flag_start_before_o = 1'b0;
379379
resp_queue_wvalid_o = 1'b0;
380380
fmt_flag_stop_after_o = 1'b0;
381-
fmt_flag_stop_after_o = 1'b0;
382381
fmt_byte_o = '0;
383-
resp_queue_wvalid_o = 1'b0;
384382
rx_queue_wdata_o = '0;
385383
dct_wdata_hw_o = '0;
386384
ibi_queue_wdata_o = '0;

0 commit comments

Comments
 (0)