Merge pull request #580 from Dolu1990/patch-2

Improve verilator compilation speed
This commit is contained in:
enjoy-digital 2020-07-01 08:37:03 +02:00 committed by GitHub
commit 1c631ceeee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@ sim: $(OBJS_SIM) | mkdir
$(if $(TRACE_FST), --trace-fst,) \ $(if $(TRACE_FST), --trace-fst,) \
$(if $(COVERAGE), --coverage,) \ $(if $(COVERAGE), --coverage,) \
--unroll-count 256 \ --unroll-count 256 \
--output-split 5000 \
--output-split-cfuncs 500 \
--output-split-ctrace 500 \
$(INC_DIR) \ $(INC_DIR) \
-Wno-BLKANDNBLK \ -Wno-BLKANDNBLK \
-Wno-WIDTH -Wno-WIDTH