fine tune mcnc example script to run Modelsim simulations easily

This commit is contained in:
tangxifan 2020-04-23 16:15:45 -06:00
parent df85175765
commit 417d534121
1 changed files with 5 additions and 1 deletions

View File

@ -37,7 +37,11 @@ build_fabric_bitstream --verbose
# Write the Verilog netlist for FPGA fabric
# - Enable the use of explicit port mapping in Verilog netlist
write_fabric_verilog --file ./SRC --explicit_port_mapping --include_timing --include_signal_init --support_icarus_simulator --print_user_defined_template --verbose
write_fabric_verilog --file ./SRC \
--explicit_port_mapping \
--include_timing \
--include_signal_init
#--support_icarus_simulator
# Write the Verilog testbench for FPGA fabric
# - We suggest the use of same output directory as fabric Verilog netlists