X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=flash.v;h=eacbce0356811b35c7d3ebd29bc1746e7555df9e;hb=eb54e6d0b78c3d1c4edcc2f213f971e2e1922bac;hp=06ca6b6d7b4646c355b64082cdd11f0e913ad71c;hpb=3f6eb730003a296f425587b10ea084778bf09a6e;p=clump.git diff --git a/flash.v b/flash.v index 06ca6b6..eacbce0 100644 --- 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));