]> Joshua Wise's Git repositories - fpgaboy.git/blobdiff - System.v
alu_ext
[fpgaboy.git] / System.v
index 0e464f52d24eb286cae3fb680816c56988ed73f8..caa6ae34024a08e6f4444f3f5a264ba762cbfaa2 100644 (file)
--- a/System.v
+++ b/System.v
@@ -36,6 +36,7 @@ module MiniRAM(                       /* XXX will need to go INSIDE the CPU for when we do DMA */
                        odata <= ram[address[6:0]];
                end
        end
+endmodule
 
 module InternalRAM(
        input [15:0] address,
This page took 0.022715 seconds and 4 git commands to generate.