summarylogtreecommitdiffstats
path: root/quartus.sh
diff options
context:
space:
mode:
authorGabriel Souza Franco2018-06-16 12:50:46 +0200
committerGabriel Souza Franco2018-06-16 12:50:46 +0200
commitd770b44af03f8cbb037508c24902a6dfdc404f75 (patch)
tree0eb319d95117ff89b50bf81dd40a96aa8f15d720 /quartus.sh
parent3a94222c1cbb8b2422ab854c9ccd5168e53dc031 (diff)
downloadaur-d770b44af03f8cbb037508c24902a6dfdc404f75.tar.gz
Update to 18.0.0.614
This works around an installer bug by extracting the files ourselves We can remove this hack after the installer is updated
Diffstat (limited to 'quartus.sh')
-rw-r--r--quartus.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/quartus.sh b/quartus.sh
index 792e78e980ca..cf627ae751f1 100644
--- a/quartus.sh
+++ b/quartus.sh
@@ -1,4 +1,4 @@
-export PATH=$PATH:_alteradir/quartus/bin
+export PATH=$PATH:_alteradir/quartus/bin:_alteradir/modelsim_ase/bin
# Detect if a 64bit machine and activate quartus
# depending on it.
@@ -7,4 +7,4 @@ if [ `uname -m` = "x86_64" ] ; then
else
QUARTUS_64BIT='0'
fi
-export QUARTUS_64BIT \ No newline at end of file
+export QUARTUS_64BIT