Set of scripts to simplify the installing of HDL development tools on Ubuntu 18.04 (x64). Can be run on Ubuntu base system install. For Windows 10 you can use this step-by-step guide.
- Icarus Verilog & GTKWave
- MARS MIPS Simulator
- Intel Quartus Lite 18.1
- Xilinx Vivado SDK 2018.2
- MIPS Toolchain
- Microsoft Visual Studio Code
- Sublime Text 3
- git
- openocd
It is assumed that you start to use it with the Ubuntu base system installed (console mode and no tools).
sudo apt install git
git clone https://github.com/zhelnio/ubuntu-hdl-tools-install.git
cd ubuntu-hdl-tools-install/bin
./00_install_desktop.sh
./01_install_console.sh
./02_install_open.sh
...
./08_install_sublime3.sh
Installs default Ubuntu-desktop
Installs some usefull utils:
- ssh - for secure remote access
- tmux - console screen manager
- mc - open source FAR alternative
- htop - advanced console process monitor
Installs open source development and debug tools
- Icarus Verilog
- git source control system
- openocd on-chip debugger solution
Installs Microsoft Visual Studio Code open source editor
Installs MARS MIPS Simulator
Select the prefered one
MIPS toolchain from Ubuntu repository
Download and install the Codescape SDK. You may have to renew the links to packages in
Download and install the Codescape Bare Metal toolchain. You may have to renew the links to packages in
Download and install the Codescape Linux toolchain. You may have to renew the links to packages in
Download and install Quartus-lite from Intel website. You may have to register on altera.com and to update the URL in
Installs Vivado SDK. You may have to register on xilinx.com and to update the URL in
Installs Sublime Text 3 editor