Skip to content

Latest commit

History

History
10 lines (7 loc) 路 386 Bytes

protocol.md

File metadata and controls

10 lines (7 loc) 路 386 Bytes

Link protocol

All elastic components connected with links. Signaling on each link has to folow these rules:

Rules

  • initiator agent drives req and dat signals
  • target agent drives ack signal
  • req & ack @(posedge clk) = single transaction
  • once initiator asserted req, both req and dat has to stay unchanged until target acknowledge it with ack.