Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

Quartus II Linux Missing Docs

Altera_Forum
Honored Contributor II
1,298 Views

Installed Quartus II 9.1. cannot find a single document telling me how to correctly launch it. What environment variables do I need, what to source. I have gotten most of it working, but I would like to know the correct way of running it. 

 

Please add the right documentation, this is not Free software (which usually happen to have better docs though) 

 

Regards
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
561 Views

i actually filed a documentation enhancement request this week on the same issue. 

 

for using Quartus you'll need to set a minimum of QUARTUS_ROOTDIR to the path to the quartus directory and appending $QUARTUS_ROOTDIR/bin to your path. 

 

to use the Nios tools etc there are a few more bin directories to add to your path, for example $QUARTUS_ROOTDIR/../nios2eds/bin 

 

then you can run: quartus at the command line. :cool:
0 Kudos
Altera_Forum
Honored Contributor II
561 Views

That is great. With all this run into a problem, 

 

$ vsim 

Error: cannot find /opt/altera9.1/modelsim_ase/bin/linux/vsim 

 

This gives me an idea that a symlink is missing. I think I need to do this 

 

~ ]$ cd /opt/altera9.1/modelsim_ase/bin/ 

bin]$ ln -s ../linux . 

 

This does make it better, I don't know if this is right or I am missing something. Looking at the driving script, they do expect bin/linux to be there, I think the installation script forgets to make the symlink. 

 

Looking through the installation log, I do see partial instructions for exporting the environment. This is strange, that would be the last place I would look for "Instructions".
0 Kudos
Altera_Forum
Honored Contributor II
561 Views

i believe its actually supposed to be /opt/altera9.1/modelsim_ase/linuxaloem added to your path.

0 Kudos
Reply