Forum Discussion
Altera_Forum
Honored Contributor
7 years agoActually an SPI slave where all the inputs are synchronised with a double register-chain doesn't need to be constrained. The
set_false_path -from -to * will do. As the miso is clocked by a higher frequency clock a set_false_path _from * -to miso is OK too. The same reasoning applies for the case of an SPI Master (reversing the directions of the false paths)