Altera_Forum
Honored Contributor
8 years agomax10, fiftyfivenm_crcblock, crc error do re config internally?
Hi
Im using max10 and need to detect seu error for crc. Is it necessary to use the block fiftyfivenm_crcblock if I want to access the crc_error from the error detection logic by internal logic? If so how to get the crc_error routed to the crc_error pin and also access it for other logic as fiftyfivenm_crcblock? A AN note says it could be routed to a bidir pin and then routed to the fiftyfivenm_crcblock, but how? The max10 have a crc_error pin which is a pure output, not a bidir pin ~ALTERA_CRC_ERROR~ : D6 : output. Also how could I by only using internal logic detect an crc-error and then force a re-configuration (force eg nconfig) without using any external logic at all? Is it necessary to use the fiftyfivenm_rublock and if so how to use it as a simple internal re-config controller? fiftyfivenm_crcblock port map ( clk => pld_clk, shiftnld => shiftnld, ldsrc => ldsrc, crcerror => mapp to what and how, regout => regout