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

launch Modelsim 10.1 in linux

Altera_Forum
Honored Contributor II
1,084 Views

Hi, 

 

I just installed the Modelsim 10.1 on ubuntu(12.10) but I don't what should I do to start the program! 

 

 

Thanks
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
341 Views

The program is called 'vsim'. 

 

At the command prompt, type 'which vsim' to see if the program path is known. If its not, then you need to 

 

export PATH=$PATH:<path to modelsim installation> 

 

and then try again. 

 

Cheers, 

Dave
0 Kudos
Reply