13.33.43.3 Example
Sets ModelSim options to use the automatic *.do file, sets simulation runtime to
1000ns, sets the testbench module name to "testbench", sets the testbench top level to
<top>_0, sets simulation type to "max", resolution to 1ps, adds no vsim options, does
not log signals, adds no additional DO file arguments, dumps the VCD file with a name
power.vcd.
set_modelsim_options -use_automatic_do_file 1 -sim_runtime {1000ns} -tb_module_name
{testbench} -tb_top_level_name {<top>_0} -include_do_file 0 -type {max} -resolution
{1ps} -add_vsim_options {} -display_dut_wave 0 -log_all_signals 0 -do_file_args {} -
dump_vcd 0 -vcd_file {power.vcd}
