PHY: Don't process Manchester timing right from the start #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
After the first edge on the input, we should wait for a few cycles before we start actually looking at the data.
Glitches at the beginning (caused by to us coming out of zero-glitching-zone) may cause us to either incorrectly detect a SOF oder bit error (which will reject the entire telegram.)
Don't process Manchester timing right from the startto PHY: Don't process Manchester timing right from the startFixed in a different way in
61812c133f
.