Forum Discussion
Altera_Forum
Honored Contributor
8 years agoSPI Slave Timing Constraint Question
Hi, I have designed an spi slave component and am having problems working out the best/correct way of creating timing constraints for the interface. A quick description of my component: Th...
Altera_Forum
Honored Contributor
8 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)