Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16603 Discussions

[ModelSim] How to load aliases automatically?

Altera_Forum
Honored Contributor II
1,265 Views

Hi All, 

 

I have prepared a separate file with the aliases, which I want to use with ModelSim. How can make them to be loaded automatically each time I start the ModelSim? 

 

Thank you!
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
543 Views

You can set the environment variable MODELSIM_TCL and point to a Tcl script that will be run at startup. Eg., my Windows system has MODELSIM_TCL set to %VHDL%/scripts/modelsim.tcl, where %VHDL% is the variable for my code respository, and modelsim.tcl is a script that sets up the path to modelsim.ini based on the tool version (commented on in my response to your other question in another thread). 

 

Cheers, 

Dave
0 Kudos
Reply