###################################################################### # Overrides for the golden image to jump to the production image at # flash sector 300 upon boot. ###################################################################### # Flash sector 300 = flash address (300 << 16) = 0x12C0000. set_property BITSTREAM.CONFIG.NEXT_CONFIG_ADDR 32'h012C0000 [current_design] set_property BITSTREAM.CONFIG.NEXT_CONFIG_REBOOT ENABLE [current_design] ######################################################################