From db7d3cfc0ec09c97e1569b180725a2a89cbd25dd Mon Sep 17 00:00:00 2001 From: David Harris <david_harris@hmc.edu> Date: Thu, 3 Mar 2022 11:28:22 -0800 Subject: [PATCH] Updated Makefile to reflect new Linux and Imperas situation. Updated setup to include Synopsys license file. --- Makefile | 6 +++--- setup.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 0544fb8d..1c67aad3 100644 --- a/Makefile +++ b/Makefile @@ -9,9 +9,9 @@ install: cp ${RISCV}/riscv-isa-sim/arch_test_target/spike/Makefile.include addins/riscv-arch-test/ sed -i '/export TARGETDIR ?=/c\export TARGETDIR ?= ${RISCV}/riscv-isa-sim/arch_test_target' addins/riscv-arch-test/Makefile.include echo export RISCV_PREFIX = riscv64-unknown-elf- >> addins/riscv-arch-test/Makefile.include - cd tests/linux-testgen/linux-testvectors; source ./tvLinker.sh # needs to be run in local directory - rm tests/imperas-riscv-tests/riscv-ovpsim-plus/bin/Linux64/riscvOVPsimPlus.exe - ln -s ${RISCV}/imperas-riscv-tests/riscv-ovpsim-plus/bin/Linux64/riscvOVPsimPlus.exe tests/imperas-riscv-tests/riscv-ovpsim-plus/bin/Linux64/riscvOVPsimPlus.exe + #cd tests/linux-testgen/linux-testvectors; source ./tvLinker.sh # needs to be run in local directory + #rm tests/imperas-riscv-tests/riscv-ovpsim-plus/bin/Linux64/riscvOVPsimPlus.exe + #ln -s ${RISCV}/imperas-riscv-tests/riscv-ovpsim-plus/bin/Linux64/riscvOVPsimPlus.exe tests/imperas-riscv-tests/riscv-ovpsim-plus/bin/Linux64/riscvOVPsimPlus.exe regression: make -C pipelined/regression diff --git a/setup.sh b/setup.sh index 3ec6c840..b1425d7e 100755 --- a/setup.sh +++ b/setup.sh @@ -24,7 +24,7 @@ export PATH=/usr/local/bin/verilator:$PATH # Change this for your path to Verila export PATH=/cad/mentor/questa_sim-2021.2_1/questasim/bin:$PATH # Change this for your path to Modelsim export MGLS_LICENSE_FILE=1717@solidworks.eng.hmc.edu # Change this to your Siemens license server export PATH=/cad/synopsys/SYN/bin:$PATH # Change this for your path to Design Compiler -# *** license +export SNPSLMD_LICENSE_FILE=27020@134.173.38.214 # Imperas; *** remove if not using; *** fix paths export PATH=$RISCV/imperas-riscv-tests/riscv-ovpsim-plus/bin/Linux64:$PATH # *** maybe take this out based on Imperas