Forum Discussion
Altera_Forum
Honored Contributor
15 years agoModelSim commands
Hey guys, I got to know that ModelSim can be also operate through its "Transcript" window. E.g. if you type run in simulation mode, the simulation starts. Is there a summary of all those co...
Altera_Forum
Honored Contributor
15 years agoHi, YES !, you get it in the help menu, especialy in pdf documentation.
You can put all your commands in a macro file (=text file with .do or .tcl extension that you can run with "source mymacro.do" or "do my macro.do" Those macros are TCL (see TCL langage) In order to not to hang simulation, you should put "run 100 us" for example.