AN 806: Hierarchical Partial Reconfiguration Tutorial: for Intel® Arria® 10 GX FPGA Development Board

ID 683278
Date 2/04/2021
Public

Modifying an Existing Persona

You can change an existing persona, even after fully compiling the base revision.

For example, to cause the blinking_led_child_slow persona to blink even slower:

  1. In the blinking_led_child_slow.sv file, modify the COUNTER_TAP parameter from 27 to 28.
  2. Recompile any implementation revision that uses this source file, such as hpr_child_slow or hpr_parent_slow_child_slow.
  3. Regenerate the PR bitstreams from the .pmsf files.
  4. Follow the steps in Step 11: Programming the Board to program the resulting RBF file into the FPGA.