]> Joshua Wise's Git repositories - fpgaboy.git/blobdiff - System.v
Add files, and add a freezeswitch to debug this issue with push no type check.
[fpgaboy.git] / System.v
index 8fc4c9ca7d5ac8ed490cf86e6cb7214af0dd8046..033e4b180bca090e52953022b3b5f94b985d9ec0 100644 (file)
--- a/System.v
+++ b/System.v
@@ -61,6 +61,7 @@ endmodule
 module CoreTop(
        input xtal,
        input [7:0] switches,
+       input [3:0] buttons,
        output wire [7:0] leds,
        output serio,
        output wire [3:0] digits,
@@ -93,7 +94,8 @@ module CoreTop(
     .addr(addr), 
     .clk(clk), 
     .digit(digits), 
-    .out(seven)
+    .out(seven),
+        .freeze(buttons[0])
     );
         
        Switches sw(
This page took 0.023848 seconds and 4 git commands to generate.