Forum Discussion
Altera_Forum
Honored Contributor
16 years agoI run everything from tcl script files. I've got limited experience using he GUI, except for browsing signals.
The following couple of lines are in .do file, after loading into modelsim it can be run with the command '_vsim' on the command line. All the source needs to be compiled first, with vcom (for vhdl) etc. variable tb_name "top_level_entity_name proc _vsim {} { vsim -t ps +nowarnTFMPC -wlf $::tb_name.wlf -wlfslim 512 -wlfdeleteonquit "$::tb_name" log -recursive /* }