mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-20 11:57:12 -04:00
Remove logfile param in Ibex RTL Sim for Xcelium
Fixes a bug where both Xcelium and Python open the same sim.log file and race to
write the simulation results into it. This change makes Python the sole writer of this
file using the captured stdout/stderr from the subprocess.run call in
run_rtl.py.
This bug was also previously present for VCS but was fixed in 90ff7ca6c
.
This commit is contained in:
parent
72acfe2fca
commit
98931c7dff
1 changed files with 0 additions and 1 deletions
|
@ -168,7 +168,6 @@
|
|||
xrun -64bit
|
||||
-R
|
||||
-xmlibdirpath <out>
|
||||
-l <sim_dir>/sim.log
|
||||
-licqueue
|
||||
-svseed <seed>
|
||||
-svrnc rand_struct
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue