123456789 |
- # Build script for assembly files for simulation in verilog (run from first address for CPU testing)
- if (python3 Assembler.py bdos 0x000000 > ../Verilog/memory/sram.list) # compile and write to verilog memory folder
- then
- iverilog -o /home/bart/Documents/FPGA/FPGC6/Verilog/output/output /home/bart/Documents/FPGA/FPGC6/Verilog/testbench/B32P_tb.v
- vvp /home/bart/Documents/FPGA/FPGC6/Verilog/output/output
- else
- # print the error, which is in code.list
- (cat ../Verilog/memory/sram.list)
- fi
|