mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-20 11:57:12 -04:00
[dv,xlm] Save each UCM file in <test_name>.<seed>
This enables to have a coverage report in instances where we have different types of tests. Signed-off-by: Canberk Topal <ctopal@lowrisc.org>
This commit is contained in:
parent
6884f6b990
commit
db0b89a7ed
1 changed files with 2 additions and 2 deletions
|
@ -186,10 +186,10 @@
|
|||
<cov_opts>
|
||||
<wave_opts>
|
||||
cov_opts: >
|
||||
-covmodeldir <out>/coverage/default/<seed>
|
||||
-covmodeldir <out>/coverage/default/<test_name>.<seed>
|
||||
-covworkdir <out>/coverage
|
||||
-covscope default
|
||||
-covtest <seed>
|
||||
-covtest <test_name>.<seed>
|
||||
+enable_ibex_fcov=1
|
||||
wave_opts: >
|
||||
-input @"database -open <sim_dir>/waves -shm -default"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue