What's special about Static Update Partial Reconfiguration?
I am comfortable with AMD(Xilinx) Partial Reconfiguration but new to Intel PR. I've found "Static Update Partial Reconfiguration" feature for Intel PR.
But I don't understand how different it is to have a SUPR(static update partial reconfiguration) region from to have an additional regular PR partition.
It says that a portion of the static region can change with SUPR, but can't I just create another regular PR region to achieve exactly same thing that can be done with SUPR region?
Thanks,
DJ
Again, if you think you might want or need to make changes to the static region, which normally must be completely fixed and not changed at all, using SUPR can save you some time and headache. Also note that some resources in the static region, like I/O, cannot be part of a PR region so they can't be PR'ed during runtime anyway.
If something in your static region can be part of a PR region, then sure, create another PR region for it, isolating it from the static region.