Example 4: User-Defined Pattern with # (commented out lines) - 1.0 English

AXI High Bandwidth Memory Controller LogiCORE IP Product Guide (PG276)

Document ID
PG276
Release Date
2022-11-02
Version
1.0 English

The following list describes the TG execution:

  1. WRITE – 100 Write requests are sent to the AXI master interface back-to-back because the start_delay is 0.
  2. WAIT – After sending out all 100 requests, the TG waits for all 100 responses received back.
  3. DISPLAY – After all responses received, TG prints out the message "100 axi wr transactions sent."
  4. #READ – This command skips from execution because it is commented out.
  5. #WAIT – This command skips from execution because it is commented out.
  6. #DISPLAY – This command skips from execution because it is commented out.
  7. DISPLAY – TG prints out the message "End of Test."

The following example shows the # usage.

# Usage