Better writer and faster UART
[clump.git] / flash.v
diff --git a/flash.v b/flash.v
index 06ca6b6d7b4646c355b64082cdd11f0e913ad71c..eacbce0356811b35c7d3ebd29bc1746e7555df9e 100644 (file)
--- a/flash.v
+++ b/flash.v
@@ -15,7 +15,7 @@ module top (input CLK, output [4:0] LED, output UART_TX, input UART_RX);
    end
 
    // Connect up the processor
-   PROCESSOR cpu(.clk(counter[`SCALING]),
+   PROCESSOR cpu(.clk(CLK),
                                 .led(LED),
                                 .uart_tx(UART_TX),
                                 .uart_rx(UART_RX));
This page took 0.008861 seconds and 4 git commands to generate.