5 lines
86 B
Bash
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
|