[[ubuntu_virtual_cae_system]]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
ubuntu_virtual_cae_system [2020/03/22 17:44]
beckmanf [Preconfigured VirtualBox virtual machine]
ubuntu_virtual_cae_system [2020/03/22 20:56]
beckmanf changed path
Line 158: Line 158:
  
 === adapt .profile for PATH === === adapt .profile for PATH ===
 +
 +First add a symbolic link to the current version of the quartus software
 +
 +<​code>​
 +cd /opt/altera
 +ln -s 13.0sp1 version
 +</​code>​
  
 In order to be able to start the binaries from the commandline,​ the path for the binaries has to be in the PATH environment variable. For that you have to modify the .profile file in your home directory. Append the following snippet to the .profile file with [[http://​heather.cs.ucdavis.edu/​~matloff/​UnixAndC/​Editors/​ViIntro.html|vi]]. In order to be able to start the binaries from the commandline,​ the path for the binaries has to be in the PATH environment variable. For that you have to modify the .profile file in your home directory. Append the following snippet to the .profile file with [[http://​heather.cs.ucdavis.edu/​~matloff/​UnixAndC/​Editors/​ViIntro.html|vi]].
Line 163: Line 170:
 <code bash .profile>​ <code bash .profile>​
 # Include the ALTERA fpga software # Include the ALTERA fpga software
-PATH="​$PATH:/​opt/​altera/​13.0sp1/​quartus/​bin"​+PATH="​$PATH:/​opt/​altera/​version/​quartus/​bin"​
 # Include the ALTERA Modelsim VHDL simulator # Include the ALTERA Modelsim VHDL simulator
-PATH="​$PATH:/​opt/​altera/​13.0sp1/​modelsim_ase/​bin"​+PATH="​$PATH:/​opt/​altera/​version/​modelsim_ase/​bin"​
 </​code>​ </​code>​
  
  • ubuntu_virtual_cae_system.txt
  • Last modified: 2022/03/15 11:22
  • by beckmanf