Skip to content

Commit

Permalink
[dd, aon_timer] adding rtl exclusions to config file
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Martinez Zambrana <[email protected]>
  • Loading branch information
antmarzam committed Dec 19, 2024
1 parent 30153c0 commit 22abc8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hw/ip/aon_timer/dv/aon_timer_sim_cfg.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
reseed: 50

// Add specific exclusion files.
vcs_cov_excl_files: ["{proj_root}/hw/ip/aon_timer/dv/cov/aon_timer_unr_excl.el"]
vcs_cov_excl_files: ["{proj_root}/hw/ip/aon_timer/dv/cov/aon_timer_unr_excl.el",
"{proj_root}/hw/ip/aon_timer/dv/cov/aon_timer_unr_manually_excluded_excl.el"]

// Default UVM test and seq class name.
uvm_test: aon_timer_base_test
Expand Down

0 comments on commit 22abc8c

Please sign in to comment.