Lukas Plevac b7f83bfed2 Init
2024-11-16 21:06:27 +01:00

18 lines
345 B
Bash

git clone https://github.com/ehw-fit/ariths-gen
git clone https://github.com/Lukas0025/ariths-gen-mig
git clone https://github.com/lsils/mockturtle
rm -rf mockturtle/examples/*
cp MTCodes/* mockturtle/examples/
cd mockturtle
mkdir build
cd build
cmake ..
make
cd ../..
python3 test.py
rm -rf ariths-gen
rm -rf ariths-gen-mig
rm -rf mockturtle