This is a processor that uses a card (a piece of paper) as an instruction memory. This is not an emulator but really circuit! A HDL, NSL, is used for this circuit and DE10-Lite board is employed.
- make
- quartus
- nsl2vl
- (for simulation) iverilog
- (for simulation) gtkwave
cd src
- Connect the FPGA to a host PC.
make
make download
- Execute
jtagconfig
and note a cable name. - Edit a variable
CABLE
insrc/Makefile
to the cable name.
killall jtagd
- Try
make download
again
- Launch Quartus
- "Tools" --> "Programmer" --> "Hardware Setup" --> Select FPGA --> "Add File" --> TBD
TBD