mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-20 11:57:12 -04:00
Fix cov_report directory in sim.py
Enables us to save coverage groups text file which helps easily see the overall coverage in a regression.
This commit is contained in:
parent
db926e5ef5
commit
4a2427cd32
1 changed files with 2 additions and 2 deletions
|
@ -136,8 +136,8 @@ def gen_cov(base_dir, simulator, lsf_cmd):
|
|||
# Get all needed directories for merge and report stages.
|
||||
cov_dirs = {
|
||||
'cov_merge_dir': my_env['cov_merge_dir'],
|
||||
'cov_merge_db_dir': my_env['cov_merge_dir'],
|
||||
'cov_merge_report': my_env['cov_merge_dir'],
|
||||
'cov_merge_db_dir': my_env['cov_merge_db_dir'],
|
||||
'cov_report_dir': my_env['cov_report_dir'],
|
||||
}
|
||||
|
||||
# Create the mentioned directories.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue