Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17268 Discussions

[ModelSim] How to load aliases automatically?

Altera_Forum
Honored Contributor II
1,834 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
1,112 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