Pacoblaze
sudo apt install default-jre
'''
## Commands
### ROM generation
``` language:bash
cd test
make all
cd pacoblaze
make all VERILOG=iverilog
The makefile seems to run this, so customize:
iverilog -DHAS_DEBUG -DTEST_FILE="\""../test/adc_ctrl.rmh"\"" -DTEST_CYCLES=2000 -DTEST_IRQ=100 -DUSE_ONEHOT_ENCODING pacoblaze3_tb.v blockram.v pacoblaze3.v
It produces "a.out" which is an executable, run it.
cd pacoblaze
make all doc