Explicity make uart_core.rx_data a wire (#140)

This commit is contained in:
blaufish 2023-08-16 10:43:04 +02:00 committed by GitHub
parent 1ab36c7c83
commit cced6aec31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.