mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
Avoid creating xrun.log files in core_ibex directory
This is a bit of an overlap with the existing sim.log files that we're creating (which contain slightly more information), but it turns out that if you don't say anything then you get an xrun.log in the current working directory.
This commit is contained in:
parent
e1128aa2d4
commit
8faf3198fa
1 changed files with 1 additions and 0 deletions
|
@ -180,6 +180,7 @@
|
|||
+UVM_VERBOSITY=UVM_LOW
|
||||
+bin=<binary>
|
||||
+ibex_tracer_file_base=<sim_dir>/trace_core
|
||||
-l <sim_dir>/xrun.log
|
||||
-nokey
|
||||
<sim_opts>
|
||||
<cov_opts>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue