<< >>

Serial and Stream processingΒΆ

Code snippets and methods to deal with streams of bits.

  • Realigning a data stream
    • Using MACCU instructions
    • Realignment using a channel
  • Parsing bit streams
    • Encoding the state in code space
    • Encoding the state transitions in a hash table
    • Parsing an aligned bit stream by sampling
    • Finding the alignment of a bit stream
  • Generating bit streams

Tips and Tricks

  • Serial and Stream processing
    • Realigning a data stream
    • Parsing bit streams
    • Generating bit streams
  • Numeric processing
  • Computing and Checking CRCs
  • Hash tables
  • Building short FIFOs
  • Using multiple threads for super linear speedup
  • Assembly Tips and Tricks

Search