mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Improve verilator compilation speed
by asking verilator to split the C++ model into multiple files.
This commit is contained in:
parent
54598ed2f8
commit
b455a81678
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@ sim: $(OBJS_SIM) | mkdir
|
|||
$(if $(TRACE_FST), --trace-fst,) \
|
||||
$(if $(COVERAGE), --coverage,) \
|
||||
--unroll-count 256 \
|
||||
--output-split 5000 \
|
||||
--output-split-cfuncs 500 \
|
||||
--output-split-ctrace 500 \
|
||||
$(INC_DIR) \
|
||||
-Wno-BLKANDNBLK \
|
||||
-Wno-WIDTH
|
||||
|
|
Loading…
Reference in a new issue