Data Integrity and Exception Handling

There are two things that can go wrong while transferring data across the channel:

  • Data can be corrupted
  • Execution of an instruction can fail.

    We therefore need mechanisms to report the occurrence of an error.


    [Back: Multiplexed Streaming Data Mode]
    [Next: Parity Checking]