Skip to content

Commit

Permalink
fixing latch
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitsirks committed Nov 18, 2024
1 parent 3c5e734 commit 6592f42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/soc_ifc/rtl/mbox.sv
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ always_comb begin : mbox_fsm_combo
inc_wrptr = 0;
uc_mbox_data_avail = 0;
soc_mbox_data_avail = 0;
tap_mbox_data_avail = 0;
mbox_protocol_error_nxt = '{default: 0};
mbox_fsm_ns = mbox_fsm_ps;

Expand Down

0 comments on commit 6592f42

Please sign in to comment.