https://github.com/jakobod/modelsim-installer
https://github.com/jakobod/modelsim-installer
haw install installer modelsim vhdl
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakobod/modelsim-installer
- Owner: jakobod
- Created: 2019-03-08T11:09:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-08T11:30:51.000Z (over 7 years ago)
- Last Synced: 2025-03-23T12:18:55.362Z (over 1 year ago)
- Topics: haw, install, installer, modelsim, vhdl
- Language: Shell
- Size: 3.78 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# modelsim-installer
this is a repo containing all necessary files to automatically install the linux version of modelsim. For convenience I've added a modelsim startscript which will start a VPN connection to the HAW-servers before starting modelsim. All needed systemvariables are set by this script.
# HOW-TO
```
git clone https://github.com/jakobod/modelsim-installer
cd modelsim-installer
chmod +x install.sh
./install.sh
```
*IMPORTANT*
The modelsim installer is a GUI. I haven't been able to find a way to set the install-directory from the script.
You will have to set the install-dir manually into *THIS* folder. The script tells you the path while performing the installation.
When the script has run through, you will be able to find a desctop entry for modelsim, which can just be clicked.
# Notes
This has only been tested on Fedora with gnome. Other Distros and desktop-environments will probably work, but may need some changes in the scripts.