vga/test.sh
2024-08-15 03:14:44 -05:00

5 lines
86 B
Bash

set -eux
iverilog -o bin/vga_tb vga_spg.v vga_fb.v vga_tb.v vga_mem.v
vvp bin/vga_tb