mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-24 05:47:36 -04:00
[dv,core_ibex] Only write sim.log once
We're already redirecting stdout to sim.log in run_rtl.py. Specifying '-l' as well meant that VCS opened sim.log in a separate FD. Suprisingly enough, this mostly worked, but not always! Just write once :-)
This commit is contained in:
parent
8ec65d02f8
commit
90ff7ca6c3
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@
|
|||
<out>/vcs_simv +vcs+lic+wait <sim_opts> <wave_opts> <cov_opts>
|
||||
+ntb_random_seed=<seed> +UVM_TESTNAME=<rtl_test> +bin=<binary>
|
||||
+ibex_tracer_file_base=<sim_dir>/trace_core
|
||||
-l <sim_dir>/sim.log
|
||||
cov_opts: >
|
||||
-cm line+tgl+assert+fsm+branch
|
||||
-cm_dir <out>/test.vdb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue