Files
chipyard/scripts/csmith/install-csmith.sh
2019-04-15 10:17:42 -07:00

7 lines
128 B
Bash
Executable File

git clone https://github.com/csmith-project/csmith.git
cd csmith
mkdir build
cd build
../configure --prefix=$RISCV
make install