UART is now very fast (3MM baud!)
[clump.git] / lisp_processor.v
index fc84e427ad149084531d8846dd633084a113aa70..6e27c792a27bb98d430c5b357f30a944c9c31f30 100644 (file)
@@ -26,7 +26,7 @@
 `ifdef SIM
  `define UART_DIVIDE 1
 `else
- `define UART_DIVIDE 625
+ `define UART_DIVIDE 3
 `endif
 
 module cpu (input CLKin, output [4:0] led, output uart_tx, input uart_rx);
This page took 0.009029 seconds and 4 git commands to generate.