Running Modelsim on a 64-bit Ubuntu
Contents
Install Modelsim on a 64-bit (x)Ubuntu
|
|
However, the free version of Modelsim Altera Edition is 32-bit only. We need to install some dependencies:
|
|
Next, we need to build a free version of FreeType:
|
|
Then, install Modelsim:
|
|
Note: I’ll assume that Modelsim is installed in opt/modelsim
for the next steps.
Copy the FreeType libraries in Modelsim folder:
|
|
Modify the bin/vsim
script
Step 1 - Path to the FreeType folder
Search for the following line:
|
|
and underneath add the following new line:
|
|
Step2 - Modify the RedHat only support
Search for the following string:
|
|
and replace by:
|
|
Step 3 - Change VCO mode
Search for the following line:
|
|
and replace by:
|
|
Running Modelsim
Now, you should be able to run Modelsim with: ./bin/vsim
References
https://mil.ufl.edu/3701/docs/quartus/linux/ModelSim_linux.pdf
http://mattaw.blogspot.com/2014/05/making-modelsim-altera-starter-edition.html