External Memory Interfaces Agilex™ 7 M-Series FPGA IP User Guide
Visible to Intel only — GUID: urs1676388440721
Ixiasoft
- 4.1.2. s0_axi4_clock_out for Agilex 7 M-Series External Memory Interfaces (EMIF) IP - DDR4 Component
- 4.3.2. s0_axi4_clock_out for Agilex 7 M-Series External Memory Interfaces (EMIF) IP - DDR5 Component
Visible to Intel only — GUID: urs1676388440721
Ixiasoft
11.6. Generating Traffic with the Test Engine IP
You can view the Test Engine IP software within the following Python scripts:
- A main.py file that parses the .qsys file and selects the traffic program to run during execution.
- A traffic_patterns.py file that contains many different tutorial programs and functional tests that you can refer to when writing your own traffic patterns.
For the EMIF design example, the hard-coded traffic program selected when you generate a design is the emif_tg_emulation traffic program, which provides these features:
- Single write and read (with AxLEN=axlen_a 1 )
- Single write and read (with AxLEN=axlen_b 2 )
- Sequential address 3 block of 512 writes and 512 reads (with AxLEN=axlen_a 1 )
- Sequential address 3 block of 512 writes and 512 reads (with AxLEN=axlen_b 2 )
- Random address 4 block of 512 writes and 512 reads (with AxLEN= axlen_a 1 )
1 | The axlen_a value is dependent on the memory technology:
|
2 | The axlen_b value is dependent on the memory technology:
|
3 | Sequential Address pattern starts at address=0, and increments by (AXI_DATA_WIDTH/8)*(AxLEN+1) on each transaction. |
4 | Random Address pattern starts at address=0, and uses pseudo-random addresses. |
Running Traffic with the Test Engine IP
To run traffic through your interface with the Test Engine IP, follow these steps:
- Open your preferred command terminal.
- Check for the availability of the system-console command (for example, in Linux, run: which system-console.
- If the system console is not available, add it to the system PATH.
- Navigate to the example design qii/ root directory. You should be able to see the Test Engine directory,_sw/ .
- From the example design root directory (qii/), run the following:
system-console --script=hydra_sw/testengine_library.tcl --sof=ed_synth.sof --update=1 --n-loops=1