summarylogtreecommitdiffstats
path: root/quartus.sh
diff options
context:
space:
mode:
authorMatthias Blaicher2015-06-14 18:46:40 +0200
committerMatthias Blaicher2015-06-14 18:46:40 +0200
commit400efe379d410715019e093dade8e23bb3115be0 (patch)
treefe6a3d427762fe86051f62315ba7034393882c84 /quartus.sh
downloadaur-400efe379d410715019e093dade8e23bb3115be0.tar.gz
Move vom old aur and increase version to 15.0.0.145
Diffstat (limited to 'quartus.sh')
-rw-r--r--quartus.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/quartus.sh b/quartus.sh
new file mode 100644
index 000000000000..792e78e980ca
--- /dev/null
+++ b/quartus.sh
@@ -0,0 +1,10 @@
+export PATH=$PATH:_alteradir/quartus/bin
+
+# Detect if a 64bit machine and activate quartus
+# depending on it.
+if [ `uname -m` = "x86_64" ] ; then
+ QUARTUS_64BIT='1'
+else
+ QUARTUS_64BIT='0'
+fi
+export QUARTUS_64BIT \ No newline at end of file