blob: c2eaf012fc60808b1f79d8304f737ec251e35877 [file] [log] [blame]
sudo apt install -y tcsh csh tcl-dev tk-dev libcairo2-dev
sudo apt install -y gcc-riscv64-unknown-elf iverilog
git clone git://opencircuitdesign.com/magic
cd magic
git checkout $MAGIC_VERSION
./configure
make
sudo make install