Technical data
Simulating with Performance Analyzer
9-82 ModelSim EE/SE Tutorial
vcom ringrtl.vhd testring.vhd config_rtl.vhd
(MENU: Design > Compile)
6 Use the vsim command to load the design configuration.
vsim work.test_bench_rtl
(MENU: Design > Load New Design)
7 Now, run the supplied DO file – timerun.do. This file runs the simulation and displays
the total run time in the transcript area of the Main window. This test will take a minute
or so.
do timerun.do
Take a look at the commands in the timerun.do file. The seconds Tcl command is
used to time the simulation.