Files
InputTest_MiSTer/build.sh
jimmystones a3e0b608a3 Version 2
2021-10-16 23:57:15 +01:00

18 lines
290 B
Bash
Executable File

# Make C code
cd src
make clean
make all
cd ..
# Verilate HDL
cd verilator
./verilate.sh
cd ..
# Hexify roms
od -An -t x1 -v src/os.bin > verilator/rom.hex
od -An -t x1 -v src/os.bin > rtl/rom.hex
od -An -t x1 -v PETSCII.pf > verilator/font.hex
od -An -t x1 -v PETSCII.pf > rtl/font.hex