Skip to content

Commit

Permalink
Enable CSR comparison for UVM
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioOpenHWGroup committed Mar 22, 2024
1 parent 3128352 commit 612c198
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions verif/tests/uvmt/base-tests/uvmt_cva6_base_test.sv
Original file line number Diff line number Diff line change
Expand Up @@ -365,9 +365,6 @@ function void uvmt_cva6_base_test_c::pkg_to_cfg();
st_core_cntrl_cfg st = env_cfg.to_struct();
st = cva6pkg_to_core_cntrl_cfg(st);

// TODO Remove when the functionality works
st.disable_all_csr_checks = 1;

env_cfg.from_struct(st);

env_cfg.post_randomize();
Expand Down

0 comments on commit 612c198

Please sign in to comment.