AN 869: Partially Reconfiguring a Design: on Intel® Cyclone® 10 GX FPGA Development Board

ID 683503
Date 7/15/2019
Public

Step 7: Compiling the Base Revision

  1. Set blinking_led as the Current Revision.
  2. Open the blinking_led.qsf and that ensure the file contains the following assignments:
    set_global_assignment -name GENERATE_PR_RBF_FILE ON
    set_global_assignment -name ON_CHIP_BITSTREAM_DECOMPRESSION OFF
    These assignments allow the assembler to automatically generate the required PR bitstreams.
  3. To compile the base revision, click Processing > Start Compilation. Alternatively, the following command compiles the base revision:
    quartus_sh --flow compile  blinking_led -c blinking_led
    On successful compilation, the blinking_led_static.qdb file generates in the project directory by default.