Skip to content

Instantly share code, notes, and snippets.

View joaocarlos's full-sized avatar

João Carlos N. Bittencourt joaocarlos

View GitHub Profile
@joaocarlos
joaocarlos / modelsim_installation.md
Created October 22, 2020 19:03 — forked from robodhruv/modelsim_installation.md
Sorting ModelSim installation issues

ModelSim Installation issues

Ubuntu 14.xx and above

Ignore this if you have not encountered any issue with the installation and running of ModelSim and Quartus on your system. You are very lucky. (Just Kidding! You have surely had this issue, only sorted.)

Hence assuming you have been following the procedure given in this guide. Most certainly, Quartus will install jsut fine, and so will ModelSim. The issue is in launching due to inappropriate linking etc.

Stage 1

This is the simplest error you would encounter. Navigate to the modelsim_ase folder and run:

@joaocarlos
joaocarlos / install_quartus17.sh
Created August 26, 2020 02:29 — forked from arthurbeggs/install_quartus17.sh
Install Quartus Prime Lite 17.0 in Ubuntu
#!/bin/bash
################################################################################
### Install Quartus and ModelSim ###
################################################################################
# Source code at https://github.com/arthurbeggs/scripts #
################################################################################
# #
# Based on https://github.com/jessebarreto/ConfigureWorkspace script. #
# #