Is Remote Upgrade Circuitry without memory-like IP core possible?
The Cyclone IV, V, and 10 in the Remote Upgrade Circuitry sections make reference to internal signals named RU_DOUT, RU_SHIFTnLD, RU_CAPTnUPDT, RU_CLK, RU_DIN, RU_nCONFIG, and RU_nRSTIMER which is nominally controlled by an available IP core.
However, the wording in these documents make it sound like it is possible to directly connect to the remote upgrade circuitry without using this IP. If this is doable how is this done? Calling a specific parameter such as through a verilog source file? Assignment editor? Chip Planner?
Hi EMeyes,
No, it's not possible to Remote Upgrade Circuitry without Flash controller IP core.
Basically, RSU IP core is used to reconfig, boot image up (image1 or image2)
and Flash controller IP is used to access the flash (write, read and erase the flash)
These two IPs is essential in order to design RSU .
Thanks