From cbc3ac3dd1c337e34f9dc0bcf64330689a403c67 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 9 Feb 2024 11:16:47 +0100 Subject: [PATCH] Update scripts --- scripts/package-darwin.sh | 2 +- scripts/package-linux.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/package-darwin.sh b/scripts/package-darwin.sh index a553f13..4b56940 100644 --- a/scripts/package-darwin.sh +++ b/scripts/package-darwin.sh @@ -127,7 +127,7 @@ EOT fi if [ ${PRELOAD} == 'True' ]; then - if [ $binfile == "bin/yosys" ] || [ $binfile == "bin/tabbylic" ]; then + if [ $binfile == "bin/yosys" ] || [ $binfile == "bin/tabbylic" ] || [ $binfile == "lib/ivl/ivl" ] || [ $binfile == "lib/ivl/ivlpp" ] || [ $binfile == "lib/ivl/vhdlpp" ] || [ $binfile == "bin/iverilog" ] || [ $binfile == "bin/vvp" ]; then echo "Skipping" else cat >> $binfile << EOT diff --git a/scripts/package-linux.sh b/scripts/package-linux.sh index 79c73bb..28cd36a 100644 --- a/scripts/package-linux.sh +++ b/scripts/package-linux.sh @@ -139,7 +139,7 @@ EOT fi if [ ${PRELOAD} == 'True' ]; then - if [ $binfile == "bin/yosys" ] || [ $binfile == "bin/tabbylic" ]; then + if [ $binfile == "bin/yosys" ] || [ $binfile == "bin/tabbylic" ] || [ $binfile == "lib/ivl/ivl" ] || [ $binfile == "lib/ivl/ivlpp" ] || [ $binfile == "lib/ivl/vhdlpp" ] || [ $binfile == "bin/iverilog" ] || [ $binfile == "bin/vvp" ]; then echo "Skipping" else cat >> $binfile << EOT