mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-08-19 03:37:57 -04:00
Explicity make uart_core.rx_data a wire (#140)
This commit is contained in:
parent
1ab36c7c83
commit
cced6aec31
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ module uart_core(
|
||||||
|
|
||||||
// Internal receive interface.
|
// Internal receive interface.
|
||||||
output wire rxd_syn,
|
output wire rxd_syn,
|
||||||
output [7 : 0] rxd_data,
|
output wire [7 : 0] rxd_data,
|
||||||
input wire rxd_ack,
|
input wire rxd_ack,
|
||||||
|
|
||||||
// Internal transmit interface.
|
// Internal transmit interface.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue