mirror of
https://github.com/openhwgroup/cva5.git
synced 2025-04-20 12:07:53 -04:00
verilator flag changes
This commit is contained in:
parent
162c360a66
commit
bcf600831e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ VERILATOR_DIR=$(TAIGA_DIR)/test_benches/verilator
|
|||
TAIGA_SRCS = $(shell cat taiga_compile_order)
|
||||
|
||||
VERILATOR_LINT_IGNORE= -Wno-LITENDIAN -Wno-SYMRSVDWORD
|
||||
VERILATOR_CFLAGS = -CFLAGS "-g0 -O3 -march=native -pipe -Wl,-flto" -LDFLAGS "-flto"
|
||||
VERILATOR_CFLAGS = -CFLAGS "-g0 -O3 -march=native"
|
||||
|
||||
VERILATOR_TRACE_FILE="/data/sim-logs/sim_results.vcd"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue