5 lines
76 B
Bash
5 lines
76 B
Bash
set -eux
|
|
|
|
iverilog -o bin/vga_tb vga_spg.v vga_fb.v vga_tb.v
|
|
vvp bin/vga_tb
|