X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=flash.v;h=59a472e208a72a7a91c01786a803a0ad145de713;hb=2ed306f8640ffdad28bea2e6487e617e81cdde2c;hp=7168053859171bb48a3cd95a13f7f1dca7268fba;hpb=9e30ab0cd6964785b3e01e2f3343e1fe4ee49462;p=clump.git diff --git a/flash.v b/flash.v index 7168053..59a472e 100644 --- a/flash.v +++ b/flash.v @@ -1,4 +1,4 @@ -`include "processor_4.v" +`include "lisp_processor.v" module top (input CLK, output [4:0] LED, output UART_TX, input UART_RX); // Prescaler on the clock @@ -9,7 +9,7 @@ module top (input CLK, output [4:0] LED, output UART_TX, input UART_RX); end // Connect up the processor - PROCESSOR cpu(.clk(counter[10]), + PROCESSOR cpu(.clk(counter[7]), .led(LED), .uart_tx(UART_TX), .uart_rx(UART_RX));