mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2024-10-01 01:45:38 -04:00
Explicity make uart_core.rx_data a wire (#140)
This commit is contained in:
parent
1ab36c7c83
commit
cced6aec31
@ -61,7 +61,7 @@ module uart_core(
|
||||
|
||||
// Internal receive interface.
|
||||
output wire rxd_syn,
|
||||
output [7 : 0] rxd_data,
|
||||
output wire [7 : 0] rxd_data,
|
||||
input wire rxd_ack,
|
||||
|
||||
// Internal transmit interface.
|
||||
|
Loading…
Reference in New Issue
Block a user