1
0
mirror of https://github.com/myhdl/myhdl.git synced 2025-01-24 21:52:56 +08:00
myhdl/scripts/install_ghdl.sh

6 lines
197 B
Bash
Raw Normal View History

2016-03-01 18:02:21 +01:00
#!/bin/bash
2016-03-01 17:25:23 +01:00
set -evx
wget https://sourceforge.net/projects/ghdl-updates/files/Builds/ghdl-0.33/ghdl-0.33-x86_64-linux.tgz -O /tmp/ghdl.tar.gz
2016-03-01 17:25:23 +01:00
mkdir ghdl-0.33
tar -C ghdl-0.33 -xvf /tmp/ghdl.tar.gz