Enumeration Signal

A Signal is used for communication between producers and consumers.

  • START is used during the handshake phase
  • DATA is used to request or send data
  • END indicates if the producer / consumer has finished, or has aborted

Enumeration Members

Enumeration Members

DATA: 1
END: 2
START: 0

Generated using TypeDoc