mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
Add patch for lowrisc_ip
This commit is contained in:
parent
f6ebb47274
commit
4e524a52bf
1 changed files with 14 additions and 0 deletions
|
@ -0,0 +1,14 @@
|
|||
--- a/xcelium/cov_merge.tcl
|
||||
+++ b/xcelium/cov_merge.tcl
|
||||
@@ -18,7 +18,7 @@ puts "Output directory for merged coverage:"
|
||||
set cov_merge_db_dir [string trim $::env(cov_merge_db_dir) " \"'"]
|
||||
|
||||
# Run the merge command.
|
||||
-merge $cov_db_dirs -out $cov_merge_db_dir -overwrite -initial_model union_all
|
||||
+merge -runfile $::env(cov_db_runfile) -out $cov_merge_db_dir -overwrite -initial_model union_all
|
||||
|
||||
# Create a file with the path to the cover dirs
|
||||
set filepointer [open "$cov_merge_db_dir/runs.txt" w]
|
||||
--
|
||||
2.34.1
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue