Skip to content

Commit

Permalink
[SRC] Comment out unknown loaded data assertion check for Flamingo So…
Browse files Browse the repository at this point in the history
…C, where the L2/L3 memory may not be initialized.
  • Loading branch information
DiyouS committed Jan 14, 2025
1 parent bed9c80 commit 9cfba0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hw/ip/snitch/src/snitch.sv
Original file line number Diff line number Diff line change
Expand Up @@ -3377,8 +3377,8 @@ module snitch import snitch_pkg::*; import riscv_instr::*; #(
// wide, there is a potential of `x`s to be returned. Its a bit of a nasty
// hack but in case of retiring a load we want to relax the unknown
// constraints a bit.
`ASSERT(RegWriteKnown, gpr_we & (gpr_waddr != 0) & !retire_load
|-> !$isunknown(gpr_wdata), clk_i, rst_i)
// `ASSERT(RegWriteKnown, gpr_we & (gpr_waddr != 0) & !retire_load
// |-> !$isunknown(gpr_wdata), clk_i, rst_i)
// Check that PMA rule counts do not exceed maximum number of rules
`ASSERT_INIT(CheckPMANonIdempotent,
SnitchPMACfg.NrNonIdempotentRegionRules <= snitch_pma_pkg::NrMaxRules);
Expand Down

0 comments on commit 9cfba0f

Please sign in to comment.