mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 12:57:13 -04:00
Drop a double entry in rtl_simulation.yaml
We ended up with the Unicode fix twice because of two colliding PR merges. We only need one copy of the -CFLAGS argument, and VCS generates a rather strange message about an unknown argument if you use it twice. Fortunately, it's easy to fix once you've worked out how to get the system to print out what it's doing.
This commit is contained in:
parent
10d4c97a0f
commit
7a685b2224
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@
|
|||
-timescale=1ns/10ps
|
||||
-licqueue
|
||||
-LDFLAGS '-Wl,--no-as-needed'
|
||||
-CFLAGS '--std=c99 -fno-extended-identifiers'
|
||||
-Mdir=<tb_dir>/vcs_simv.csrc
|
||||
-o <tb_dir>/vcs_simv
|
||||
-debug_access+pp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue