Make CXXRTL testbench ~25% faster

This commit is contained in:
whitequark 2021-07-18 13:30:38 +00:00 committed by Luke Wren
parent 2618ae0c07
commit 12bf9bb570
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ SYNTH_CMD += chparam -set REDUCED_BYPASS $(REDUCED_BYPASS) $(TOP);
SYNTH_CMD += chparam -set MULDIV_UNROLL $(MULDIV_UNROLL) $(TOP);
SYNTH_CMD += chparam -set MUL_FAST $(MUL_FAST) $(TOP);
SYNTH_CMD += prep -flatten -top $(TOP); async2sync;
SYNTH_CMD += splitnets -driver;
SYNTH_CMD += write_cxxrtl dut.cpp
dut.cpp: