You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup/setup.sh
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ then
5
5
fi
6
6
printf"ECE 270 simulator setup\n\n"
7
7
8
-
declare -A gitlinks=( ["verilator"]="https://github.com/verilator/verilator" ["yosys"]="https://github.com/YosysHQ/yosys" ["cvc64"]="https://github.com/CambridgeHackers/open-src-cvc" ["iverilog"]="https://github.com/steveicarus/iverilog" )
8
+
declare -A gitlinks=( ["verilator"]="https://github.com/verilator/verilator" ["yosys"]="https://github.com/YosysHQ/yosys" ["iverilog"]="https://github.com/steveicarus/iverilog" )
9
9
10
-
declare -A foldernames=( ["verilator"]="verilator" ["yosys"]="yosys" ["cvc64"]="open-src-cvc" ["iverilog"]="iverilog" )
10
+
declare -A foldernames=( ["verilator"]="verilator" ["yosys"]="yosys" ["iverilog"]="iverilog" )
11
11
12
12
echo"Setting up folders..."
13
13
forfolderin ../error_log /tmp/tmpcode
@@ -61,12 +61,6 @@ do
61
61
make install
62
62
cd -
63
63
;;
64
-
"cvc64")
65
-
cd open-src-cvc/src
66
-
make -f makefile.cvc64 || (echo "Compiling cvc failed. Please post an issue with the output of the command 'uname -a' on the simulator's GitHub page as well as the output produced above."&&exit 1)
0 commit comments