Technical data
Simulating with Performance Analyzer
ModelSim EE/SE Tutorial 9-85
Speed up the simulation
The information provided by the Performance Analyzer can be used to speed up
the simulation. Double click the pathname for store.vhd:43 and retrieve.vhd:35
and view the source code. In both cases, the source includes a loop which could
have an exit.
12 Modify the loops to include exits inside the IF statements, or compile the following
files included for that purpose – store_exit.vhd and retrieve_exit.vhd.
vcom retrieve_exit.vhd store_exit.vhd
(MENU: Design > Compile)
13 Compile the top level blocks and configuration files again to account for the lower
level changes.
vcom ringrtl.vhd testring.vhd config_rtl.vhd