Visible to Intel only — GUID: zok1481669907755
Ixiasoft
2.1. Step 1: Getting Started
2.2. Step 2: Preparing the Base Revision
2.3. Step 3: Preparing the Implementation Revisions for Debug
2.4. Step 4: Tapping Signals in the Implementation Persona
2.5. Step 5: Configuring Data Acquisition
2.6. Step 6: Setting Trigger Conditions
2.7. Step 7: Generating Programming Files
2.8. Step 8: Programming the Board
2.9. Step 9: Performing Data Acquisition
Visible to Intel only — GUID: zok1481669907755
Ixiasoft
2.7. Step 7: Generating Programming Files
To generate the .sof and .rbf files:
- In the Intel® Quartus® Prime GUI, click Processing > Start Compilation to compile the base revision.
Alternatively, use the following command:
quartus_sh --flow compile blinking_led -c blinking_led
- Export the static region by clicking Project > Export Design Partition.
Alternatively, use the following command:
quartus_cdb -r blinking_led -c blinking led \ --export_block root_partition \ --snapshot final \ --file blinking_led_static.qdb \ --include_sdc_entity_in_partition
- Compile the implementation revision in the GUI or command line:
quartus_sh --flow compile blinking_led –c blinking_led_slow quartus_sh --flow compile blinking_led –c blinking_led_default quartus_sh --flow compile blinking_led –c blinking_led_empty
Related Information