Table of Contents Previous page Next page Index

ModelSim Documentation Bookcase

Model Technology Inc.


Using a startup file

The system initialization file allows you to specify a command or a do file that is to be executed after the design is loaded. For example:

; VSIM Startup command
Startup = do mystartup.do 

The line shown above instructs ModelSim to execute the commands in the macro file named mystartup.do.

; VSIM Startup command
Startup = run -all 

The line shown above instructs VSIM to run until there are no events scheduled.

See the do command for additional information on creating do files.


Model Technology Inc.
Model Technology Incorporated
Voice: (503) 641-1340
Fax: (503)526-5410
www.model.com
sales@model.com
Table of Contents Previous page Next page Index

ModelSim Documentation Bookcase