Visible to Intel only — GUID: sss1409226534609
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: sss1409226534609
Ixiasoft
1.5.6.1. Instantiate the System Module in the Project
outputs a design entity called the system module. The tutorial design example uses the block diagram method of design entry, so you instantiate a system module symbol first_nios2_system into the .bdf.
Note: How you instantiate the system module depends on the design entry method of the overall project. For example, if you were using Verilog HDL for design entry, you would instantiate the Verilog module first_nios2_system defined in the file first_nios2_system.v.
To instantiate the system module in the .bdf, perform the following steps:
- Double-click in the empty space to the right of the input and output wires.
The Symbol dialog box appears.
- Under Libraries, expand Project.
- Click first_nios2_system.
The Symbol dialog box displays the first_nios2_system symbol.
- Click OK. You return to the .bdf schematic. The first_nios2_system symbol tracks with your mouse pointer.
- Position the symbol so the pins on the symbol align with the wires on the schematic.
- Click to anchor the symbol in place.
- If your target board does not have LEDs that the system can drive, you must delete the LEDG[7..0] pins. To delete the pins, perform the following steps:
- Click the output symbol LEDG[7..0] to select it.
- On your keyboard, press Delete.
- To save the completed .bdf, click Save on the File menu.