Now works on iCEstick
[clump.git] / gc.v
diff --git a/gc.v b/gc.v
index b840205047477fd2df0146821c19e106eeab2421..64eb8fa6b8c1a12955874c6b6d63b80792c1ac78 100644 (file)
--- a/gc.v
+++ b/gc.v
@@ -1,7 +1,7 @@
 module GC (input clk, input mclk, input [7:0] Ein, output [7:0] Eout, input [3:0] gcop, output [5:0] ostate, output step_eval);
    reg [5:0] gostate = 6'o2;
    reg [5:0] gnstate;
-   reg [16:0] rom_output;
+   reg [15:0] rom_output;
    reg [7:0]  Ein_latched;
 
    always @(posedge clk) begin
This page took 0.009668 seconds and 4 git commands to generate.