From 63ba750d5ab8ae9d20750d9461a95307c20c9bbf Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 8 Sep 2021 13:15:09 +0100 Subject: Adding local changes --- zsh/.zsh/export.zsh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'zsh/.zsh') diff --git a/zsh/.zsh/export.zsh b/zsh/.zsh/export.zsh index b6a400f..a978e4b 100644 --- a/zsh/.zsh/export.zsh +++ b/zsh/.zsh/export.zsh @@ -34,6 +34,8 @@ prepend_path "${HOME}/.cargo/bin" prepend_path "${HOME}/.cabal/bin" prepend_path "${HOME}/.local/bin" +prepend_path "/mnt/data/tools/panda/bambu-9.7-dev/bin" + append_path "/opt/Xilinx/Vivado/2019.1/bin" append_path "/opt/intelFPGA_lite/18.1/quartus/bin" @@ -65,3 +67,8 @@ fi # Travis [ -r "$HOME/.travis/travis.sh" ] && source "$HOME/.travis/travis.sh" + +export CDS_LIC_FILE=5280@ee-llic01.ee.ic.ac.uk +export SNPS_LICENSE_FILE=7182@ee-llic01.ee.ic.ac.uk +export MGLS_LICENSE_FILE=1717@ee-llic01.ee.ic.ac.uk +export LM_LICENSE_FILE=2100@ee-llic01.ee.ic.ac.uk:7193@ee-llic01.ee.ic.ac.uk:5280@ee-llic01.ee.ic.ac.uk:7182@ee-llic01.ee.ic.ac.uk:1717@ee-llic01.ee.ic.ac.uk -- cgit