1
0
rocket-chip/dev-tools/install.sh

8 lines
102 B
Bash
Executable File

#!/bin/sh
cp scripts/* $RISCV/bin
cd axe/src
./make.sh
cp axe $RISCV/bin
cp axe-shrink.py $RISCV/bin