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 agoQuick reference that I use all the time:
vcom (-work library) : compile VHDL (into the specific library) vlog : compile verilog vsim <module> : start simulation of "module" quit - sim run x ns (-all) : run for x ns (-all = untill simulation stops).