How to make 'IO Peripherals Telnet' component work properly ? #731
-
I have git fetch telnet branch 222269e ("fixes some minor issues, see #726", 2021-04-29) dig file : Telnet port set '2323' , 'check' commands box dig file : Telnet port set '2323' , 'uncheck' commands box |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is a race condition. When rd is high, the last received character is output to out. However, the rising edge of the clock deletes the last character when rd is high. |
Beta Was this translation helpful? Give feedback.
This is a race condition. When rd is high, the last received character is output to out. However, the rising edge of the clock deletes the last character when rd is high.
In your circuit, however, rd is always high. It may be that the character is received and output to out, and there is not enough time to process the character until the next rising edge of the clock.