Visible to Intel only — GUID: mwh1411073367856
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: mwh1411073367856
Ixiasoft
1.4.2.5. Add a One-to-Two Streaming Demultiplexer
The one-to-two streaming demultiplexer performs the opposite operation of the two-to-one streaming multiplexer. It has a streaming input interface, st_input, that accepts data from the pattern reader, and two streaming output interfaces, st_output_A and st_output_B, that connect to the custom pattern generator and PRBS pattern generator. To allow the processor to program the data route through the component, the system includes the slave interface, csr.
- In the IP Catalog, expand Memory Test Microcores, and then double-click One-to-two Streaming Demux.
- In the parameter editor, accept the default parameters, and then click Finish.
- Rename the instance to one_to_two_st_demux.
- Set the one_to_two_st_demux clock to clk_0.
- Export the one_to_two_st_demux st_input interface with the name st_data_in.
- Connect the one_to_two_st_demux csr interface to the mm_bridge m0 interface.
- Assign the one_to_two_st_demux csr interface to a base address of 0x0400.
- Connect the custom_pattern_checker st_pattern_input interface to the one_to_two_st_demux st_output_A interface.
- Connect the prbs_pattern_checker st_pattern_input interface to the one_to_two_st_demux st_output_B interface.