diff options
| author | Eric Dao <eric@erickhangdao.com> | 2025-03-10 17:54:31 -0400 |
|---|---|---|
| committer | Eric Dao <eric@erickhangdao.com> | 2025-03-10 17:54:31 -0400 |
| commit | ab224e2e6ba65f5a369ec392f99cd8845ad06c98 (patch) | |
| tree | a1e757e9341863ed52b8ad4c5a1c45933aab9da4 /python/env.sh | |
| parent | 40da1752f2c8639186b72f6838aa415e854d0b1d (diff) | |
| download | thesis-master.tar.gz thesis-master.tar.bz2 thesis-master.zip | |
Diffstat (limited to 'python/env.sh')
| -rwxr-xr-x | python/env.sh | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/python/env.sh b/python/env.sh index 27a6abd..5b81c24 100755 --- a/python/env.sh +++ b/python/env.sh @@ -1,7 +1,10 @@ source /home/ekd/ekd_research/pet_reconstruction/python/.venv/bin/activate -# unset python_version -# source /opt/intel/openvino_2023/setupvars.sh -# source /opt/intel/fpga_ai_suite_2024.3/dla/setupvars.sh +unset python_version +source /opt/intel/openvino_2023/setupvars.sh +source /opt/intel/fpga_ai_suite_2024.3/dla/setupvars.sh +# source /opt/intel/fpga_ai_suite_2024.3/dla/bin/init_env.sh +cd /home/ekd/ekd_research/pet_reconstruction/python/openvino/ +source /home/ekd/ekd_research/pet_reconstruction/python/openvino/coredla_work.sh export LM_LICENSE_FILE="6066@a2.cmc.ca" export QUARTUS_ROOTDIR="/home/ekd/intelFPGA_pro/24.3/quartus/" sudo /home/ekd/intelFPGA_pro/24.3/quartus/bin/jtagd |
