R
Ricky
Guest
On Wednesday, August 3, 2022 at 4:29:56 PM UTC-4, John Larkin wrote:
That will only sync if your data changes. If your data stream has a sequence of ones, the data and sync can\'t be distinguished until a zero is sent. You will need a three bit sync pattern for that, or you don\'t need to send the sync for every bit.
If you are ok with data dependencies for aligning to the data, then simply sending d and /d as a pair is easily synchronized to at any data transition. Hmmm.... d,/d,d,/d Where have I seen that before??? I\'m picturing a place in the UK.
Why reinvent the wheel? This doesn\'t even require a separate clock!
--
Rick C.
+ Get 1,000 miles of free Supercharging
+ Tesla referral code - https://ts.la/richard11209
On Wed, 3 Aug 2022 14:28:30 -0400, Phil Hobbs
pcdhSpamM...@electrooptical.net> wrote:
jla...@highlandsniptechnology.com wrote:
On Wed, 3 Aug 2022 12:03:11 -0400 (EDT), Martin Rid
martin...@verison.net> wrote:
jla...@highlandsniptechnology.com Wrote in message:r
Is a byte always 8 bits? What can I call a 6-bit byte? A clump?I want to send data over an SFP optical link, in 6-bit things. 0 1 1 0 d \\d repeated, roughly 100 Mbits/secis DC balanced, which SFP likes.
I would still consider it a byte, but sixbit.
You could always call it braille.
Cheers
Maybe \"frame\" sounds better than \"clump.\"
Or \'clod\'. Alternatives abound.
I\'d go with sextet (or sestet, if you\'re feeling poetic).
Cheers
Phil Hobbs
Now one of my guys claims that all we need is
1 0 d1 \\d1 1 0 d2 \\d2 .... etc
four bits per chunk to recover data d. Which is a nibble. I can still
call each 4 bits a frame.
I hate it when people are smarter than I am.
That will only sync if your data changes. If your data stream has a sequence of ones, the data and sync can\'t be distinguished until a zero is sent. You will need a three bit sync pattern for that, or you don\'t need to send the sync for every bit.
If you are ok with data dependencies for aligning to the data, then simply sending d and /d as a pair is easily synchronized to at any data transition. Hmmm.... d,/d,d,/d Where have I seen that before??? I\'m picturing a place in the UK.
Why reinvent the wheel? This doesn\'t even require a separate clock!
--
Rick C.
+ Get 1,000 miles of free Supercharging
+ Tesla referral code - https://ts.la/richard11209