Forum Discussion
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- Do you mean that not all Cyclone V models come with the dedicated remote update hardware? The documentation doesn't mention this, as far as I could tell all of the CycV have the dedicated circuitry for this. --- Quote End --- I don't mean that. As far as I know the Altera remote update IP core is a softcore, not hardcore; i.e. It can exist in the FPGA using some logic cells or it may not exist at all if you do not want remote update feature. This means that existence of this IP core within your FPGA depends on its current configuration, which is in turn susceptible to SEUs. --- Quote Start --- I'm aware what the pins are used for in the board, what's not clear to me is whether the pin will still be available for this other functions once I've checked the "Enable Error Detection CRC_ERROR pin" or if it'll be hardwired to the CRC function and no longer available to the application. --- Quote End --- One you enable the CRC option, that pin will be used for CRC feature. It cannot be used for any other purposes. It is available to you for error detection mechanisms & you can use it for error detection.