Skip to content

Commit

Permalink
[hw,soc_proxy,rtl] Add ASSERT_KNOWN to new IP outputs
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Schilling <[email protected]>
  • Loading branch information
Razer6 committed Jan 24, 2025
1 parent 0a176eb commit 5abe5dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hw/top_darjeeling/ip/soc_proxy/rtl/soc_proxy.sv
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,12 @@ module soc_proxy
i2c_lsio_trigger_sync
};

// All outputs should be known value after reset
`ASSERT_KNOWN(AlertsKnown_A, alert_tx_o)
`ASSERT_KNOWN(DmaLsioTriggerKnown_A, dma_lsio_trigger_o)
`ASSERT_KNOWN(CoreTlDValidKnownO_A, core_tl_d_o.d_valid)
`ASSERT_KNOWN(CoreTlAReadyKnownO_A, core_tl_d_o.a_ready)

// Assertions
`ASSERT_PRIM_REG_WE_ONEHOT_ERROR_TRIGGER_ALERT(RegWeOnehotCheck_A,
u_reg,
Expand Down

0 comments on commit 5abe5dc

Please sign in to comment.