Technical data
Simulating with Performance Analyzer
ModelSim EE/SE Tutorial 9-87
A lot of time is still being spent in the loops. To further reduce simulation time,
these loops can be replaced by indexing an array.
17 Remove the loops and add an array, or compile the following files with the
modifications already done.
vcom retrieve_array.vhd store_array.vhd
(MENU: Design > Compile)
18 Compile the top level blocks and configuration files again.
vcom ringrtl.vhd testring.vhd config_rtl.vhd
(MENU: Design > Compile)
19 Restart the simulation with the modified files.
restart -f