据我所知,间歇性时钟信号不能与DCM一起使用,因为它需要几个周期来锁定,但没有一个,如果输入引脚上有一个上升沿,它应该被视为内部的上升沿
如果您使用没有DCM的时钟,那么您应该确保在IOB中注册输入
使用内置延迟路径,因此您没有任何保持时间问题。
你的频率是多少
SCK在哪?
如果它很慢(以下为原文
iamthemik3 wrote:If you use a clock without a DCM, then you should be sure to register your inputs in the IOB
So as long as I have nice and clean clock edges on the input (and connect it to a dedicated clock input) I shouldnt have any problems?
I understand that an intermittant clock signal cant be used with a DCM since it takes several cycles for it to lock, but without one, if there is a rising edge on the input pin, it should be seen as a rising edge internally
using the built-in delay path so you don't have any hold time problems. What frequency is your
SCK running at? If it is slow (< 1 MHz) you might want to consider sampling this pin as you saw
in the other SPI designs.
Regards,
Gabor
-- Gabor