[[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
Previous revision
Next revision Both sides next revision
ubuntu_virtual_cae_system [2020/03/22 17:35]
beckmanf [Ubuntu Virtual CAE System]
ubuntu_virtual_cae_system [2020/03/22 20:56]
beckmanf changed path
Line 9: Line 9:
 ==== Preconfigured VirtualBox virtual machine ==== ==== Preconfigured VirtualBox virtual machine ====
  
-Hans Färber has build [[https://​www.hs-augsburg.de/​homes/​haf/​php/​dokuwiki/​doku.php?​id=public:​praktikum_digitaltechnik:​cae-virtual-machine:​caevm-install|preconfigured virtual cae machine]] based on Lubuntu.+ 
 +Hans Färber has build two different virtual machines: 
 + 
 +  * [[https://​www.terasic.com.tw/​cgi-bin/​page/​archive.pl?​Language=English&​CategoryNo=183&​No=83|Altera DE1 board]]: ​[[https://​www.hs-augsburg.de/​homes/​haf/​php/​dokuwiki/​doku.php?​id=public:​praktikum_digitaltechnik:​cae-virtual-machine:​caevm-install|Altera DE1 Virtual Machine]] 
 +  * [[https://​www.terasic.com.tw/​cgi-bin/​page/​archive.pl?​Language=English&​No=836|Altera DE1 SoC board]]: [[https://​www.hs-augsburg.de/​homes/​haf/​php/​dokuwiki/​doku.php?​id=public:​meng:​caemachine:​socvm-install|SoC Virtual Machine]] (for Master courses)
  
 ===== Install on Lubuntu 18.04 LTS ===== ===== Install on Lubuntu 18.04 LTS =====
Line 154: 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 159: 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: 2024/06/03 00:28
  • by beckmanf