Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- Yes, it should be similar to the way you compile your normal design files. Normal ModelSim GUI would be sufficient. You can also write a simple .do file if you want. If you dont know how to do this, just observe the transcript window in modelsim when you run the vcom,vsim, while adding signals to the wave window. You will notice that all these get converted into commands in the transcript. Put the commands in a file with .do file and you get a small script which can be quite handy. But neither TCL nor .do files are really necessary, (Unless your design has lots of files) if you just want to test if it works in your dept server. But its good to learn TCL in long run. HTH, manihatn --- Quote End --- Thanks, I will try it. If it doesn't work, I will post here and ask for further help. Thanks very much.