X-Git-Url: http://git.joshuawise.com/fpgaboy.git/blobdiff_plain/06ad3a30038ac8ca45dd7b0c34213c0c8335c17c..62940da0dd1b60db11e9861d6dd55a43c5756114:/System.v diff --git a/System.v b/System.v index a5fee66..8b8d613 100644 --- a/System.v +++ b/System.v @@ -151,7 +151,7 @@ module CoreTop( endmodule module TestBench(); - reg clk = 0; + reg clk = 1; wire [15:0] addr; wire [7:0] data; wire wr, rd;