NaxRISCVの試行 (コンパイルとシミュレーション)

ちょっといろいろ試行したくて、NaxRISCVを実行してみる。 github.com # Get the repo git clone https://github.com/SpinalHDL/SpinalHDL.git --recursive git clone https://github.com/SpinalHDL/NaxRiscv.git --recursive cd NaxRiscv export NAXRISCV=${PWD} (cd ext/NaxSoftware && ./init.sh) # Building riscv-isa…