mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-03-31 19:18:27 -04:00
Only accept tx data when the core is ready
Signed-off-by: Joachim Strömbergson <joachim@assured.se>
This commit is contained in:
parent
e71d70008b
commit
9ce2b8a84a
@ -238,7 +238,9 @@ module uart(
|
||||
end
|
||||
|
||||
ADDR_TX_DATA: begin
|
||||
core_txd_syn = 1'h1;
|
||||
if (core_txd_ready) begin
|
||||
core_txd_syn = 1'h1;
|
||||
end
|
||||
end
|
||||
|
||||
default: begin
|
||||
|
Loading…
x
Reference in New Issue
Block a user