Skip to content

Commit

Permalink
[rom_ctrl,dv] Make it possible to inject resets more easily
Browse files Browse the repository at this point in the history
The result seems to work, and should fix a bunch of failures where the
cip vseq can't find a time to inject a reset. It should also improve
coverage somewhat.

Signed-off-by: Rupert Swarbrick <[email protected]>
  • Loading branch information
rswarbrick committed Aug 14, 2024
1 parent a9a3b2c commit e3c2da6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hw/ip/rom_ctrl/dv/env/rom_ctrl_env_cfg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ class rom_ctrl_env_cfg extends cip_base_env_cfg #(.RAL_T(rom_ctrl_regs_reg_block
function new (string name="");
super.new(name);

can_reset_with_csr_accesses = 1'b1;

list_of_alerts = rom_ctrl_env_pkg::LIST_OF_ALERTS;
tl_intg_alert_name = "fatal";
ral_model_names.push_back("rom_ctrl_prim_reg_block");
Expand Down

0 comments on commit e3c2da6

Please sign in to comment.