mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2024-12-29 17:36:26 -05: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…
Reference in New Issue
Block a user