Visible to Intel only — GUID: mwh1411073372318
Ixiasoft
1.1. Software and Hardware Requirements
1.2. Download and Install the Tutorial Design Files
1.3. Open the Tutorial Project
1.4. Creating Qsys Systems
1.5. Assemble a Hierarchical System
1.6. Viewing the Memory Tester System in Qsys
1.7. Compiling and Downloading Software to a Development Board
1.8. Debugging Your Design
1.9. Verifying Hardware in System Console
1.10. Simulating Custom Components
1.11. View a Diagram of the Completed System
1.4.1.1. Create a New Qsys System and Set up the Clock Source
1.4.1.2. Add a Pipeline Bridge
1.4.1.3. Add a Custom Pattern Generator
1.4.1.4. Add a PRBS Pattern Generator
1.4.1.5. Add a Two-to-One Streaming Multiplexer
1.4.1.6. Verify the Memory Address Map
1.4.1.7. Connect the Reset Signals
1.4.1.8. Save the System
1.4.2.1. Create a New Qsys System and Set Up the Clock Soource
1.4.2.2. Add a Pipeline Bridge
1.4.2.3. Add a Custom Pattern Checker
1.4.2.4. Add the PRBS Pattern Checker
1.4.2.5. Add a One-to-Two Streaming Demultiplexer
1.4.2.6. Verify the Memory Address Map
1.4.2.7. Connect the Reset Signals
1.4.2.8. Save the System
Visible to Intel only — GUID: mwh1411073372318
Ixiasoft
1.5.1.3.2. Add a Pattern Reader Component
The pattern reader component accepts memory transfer commands from the RAM test controller with the command streaming interface. The mm_data interface reads the pattern data from the SDRAM controller. The st_data interface sends the data read from memory to the design’s pattern checker.
- In the IP Catalog, double-click Pattern Reader from the Memory Test Microcores group.
- n the parameter editor, turn on Burst Enable.
- Ensure the Maximum Burst Count is 2.
- Ensure that Enable Burst Re-alignment is turned on.
- To accept the other default parameters, click Finish.
- Rename the instance to pattern_reader.
- Set the pattern_reader clock to clk_0.
- Connect the pattern_reader st_data interface to the pattern_checker_subsystem st_data_in interface.
- Export the pattern_reader mm_data interface with the name read_master.