All elastic components connected with links. Signaling on each link has to folow these rules:
- initiator agent drives
req
anddat
signals - target agent drives
ack
signal req & ack
@(posedge clk) = single transaction- once initiator asserted
req
, bothreq
anddat
has to stay unchanged until target acknowledge it withack
.