UART is now very fast (3MM baud!)
authorMarius Gavrilescu <marius@ieval.ro>
Sun, 6 May 2018 15:15:09 +0000 (18:15 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sun, 6 May 2018 15:15:09 +0000 (18:15 +0300)
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.010336 seconds and 4 git commands to generate.