If your HDL design produces a large number of messages (for example, via the $display
Verilog system task or report
VHDL statement), you can limit the amount of text output sent to the Tcl Console and log file. This saves computer memory and disk space. To accomplish this, use the -maxlogsize
command line option:
- In the Flow Navigator, right-click on SIMULATION and select Simulation Settings.
- In the Settings dialog box, add
-maxlogsize <size>
next toxsim.simulate.xsim.more_options
, where<size>
is the maximum amount of text output in megabytes.