gateware

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit f9491ff9ffcc6cb8a3eb9ea24bd0ced46baf88f1
parent 2481cb4eebe8b17a9c25320cc80fab17a4bcbf8b
Author: Brian Swetland <swetland@frotz.net>
Date:   Sat,  4 Jan 2020 18:37:35 -0800

testvga: fix build

Diffstat:
Mhdl/testvga.sv | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hdl/testvga.sv b/hdl/testvga.sv @@ -31,7 +31,7 @@ vga40x30x2 vga( .fr(vga_frame), .active(), .vram_waddr(11'b0), - .vram_wdata(8'b0), + .vram_wdata(16'b0), .vram_we(1'b0), .vram_clk(clk) );