Forum Discussion
Altera_Forum
Honored Contributor
14 years agoYou can expect this warning for all recent FPGA families that don't have both asynchronous set and reset provided with their registers. They need to implement a rather complex circuit with a XORed data path on both sides of the register and a latch holding the asynchronous preset value. Besides the reported restrictions, the construct involves additional delay.
The preferred solution is to avoid an asynchronous variable preset.