AN 841: Signal Tap Tutorial for Intel® Stratix® 10 Partial Reconfiguration Design

ID 683875
Date 5/07/2018
Public

A newer version of this document is available. Customers should click here to go to the newest version.

2.7. Step 7: Generating Programming Files

To generate the .sof and .rbf files:
  1. 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
  2. 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
  3. 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