mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-07-03 10:26:50 -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
1 changed files with 3 additions and 1 deletions
|
@ -238,8 +238,10 @@ module uart(
|
|||
end
|
||||
|
||||
ADDR_TX_DATA: begin
|
||||
if (core_txd_ready) begin
|
||||
core_txd_syn = 1'h1;
|
||||
end
|
||||
end
|
||||
|
||||
default: begin
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue