Forum Discussion
Altera_Forum
Honored Contributor
7 years ago --- Quote Start --- Actually an SPI slave where all the inputs are synchronised with a double register-chain doesn't need to be constrained. --- Quote End --- My concern is that be cutting all the spi paths you cant guarantee the fitter is going to place the registers in a repeatable way. I believe as long as the internal clk is a lot faster than the spi clock like 10x, its not going to be a problem but as the freq increases you might get one fit work and one fit not work. --- Quote Start --- IMO the so-called SPI clock isn't a real clock as it isn't continuous. The original author should have called it Strobe. --- Quote End --- Yes from the FPGAs internal point of view its not a true clock but from the spi data point of view it is a clock. IMO I would prefer the hdl signals to match the standard interface signal names but in the end the naming is negligible.