Forum Discussion
sstrell
Super Contributor
4 years agoWhat do your SDC constraints look like for the clock and the (I'm presuming) wrn input (set_input_delay)? And do you have a false path on clearn?
NShan12
Occasional Contributor
4 years agoHi,
I have create clock command on clk (32 MHz) and false path set on both wrn and clearn inputs.
wrn and clearn are asynchronous.
No input delay constraints exist for both these signals. Wrn is generated by external bus controller of a Microcontroller and the timing is not deterministic due to the MCU software behaviour.
wrn is driven LOW for 125 ns by the MCU and a 32 MHz FPGA clock should capture it without miss. Is Input delay still needed in this case?