Visible to Intel only — GUID: sss1409212278076
Ixiasoft
1.5.1. Install the Design Files
1.5.2. Analyze System Requirements
1.5.3. Start the Software and Open the Example Project
1.5.4. Create a New System
1.5.5. Define the System in
1.5.6. Integrate the System into the Project
1.5.7. Download the Hardware Design to the Target FPGA
1.5.8. Develop Software Using the SBT for Eclipse
1.5.9. Run the Program on Target Hardware
1.5.5.1. Specify Target FPGA and Clock Settings
1.5.5.2. Add the On-Chip Memory
1.5.5.3. Add the Processor Core
1.5.5.4. Add the JTAG UART
1.5.5.5. Add the Interval Timer
1.5.5.6. Add the System ID Peripheral
1.5.5.7. Add the PIO
1.5.5.8. Specify Base Addresses and Interrupt Request Priorities
1.5.5.9. Generate the System
Visible to Intel only — GUID: sss1409212278076
Ixiasoft
1.5.5.6. Add the System ID Peripheral
The system ID peripheral safeguards against accidentally downloading software compiled for a different system. If the system includes the system ID peripheral, the SBT for Eclipse can prevent you from downloading programs compiled for a different system. To add system ID peripheral, perform the following steps:
- On the IP Catalog tab, expand Basic Functions, expand Simulations; Debug and Verifications and then click System ID Peripheral.
- Click Add.
The System ID Peripheral parameter editor appears and do not change the default setting.
- Click Finish and return to the System Contents tab.
The system ID peripheral instance appears in the system contents table.
- In the Name column, right-click the system ID peripheral and click Rename.
- Type sysid and press Enter.
- Connect the clk port of the clk_0 clock source to the clk port of the system ID peripheral.
- Connect the clk_reset port of the clk_0 clock source to the reset port of the system ID peripheral.
- Connect the data_master port of the processor to the control_slave port of the system ID peripheral.
Related Information