diff options
Diffstat (limited to 'hdl')
-rw-r--r-- | hdl/main_xula2.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hdl/main_xula2.v b/hdl/main_xula2.v index 49581e1..4436665 100644 --- a/hdl/main_xula2.v +++ b/hdl/main_xula2.v @@ -36,7 +36,7 @@ module main ( wire [7:0] rx_byte; wire [7:0] tx_byte; wire uart_flag; - simple_uart ( + simple_uart #( .CLOCK_DIVIDE(313) // for 12MHz clock ) simple_uart_inst ( .clk(clock_12mhz), |