Forum Discussion
ENava
New Contributor
2 years agoCyclone IV-E .sdc constraints for pin being both asynchronous and synchronous
Hi all! I need to interface a Cyclone IV-E to an AD9915 DDS synthesizer. AD9915 has a 32bit-wite parallel port that can be used both as: asynchronous address/data bus interface with read/write s...
RichardT_altera
Super Contributor
2 years agoI suggest setting the FPGA timing constraints based on the synchronous mode (using set_input/output_delay), and disregarding the set_false_path constraints used for the asynchronous mode. My reasoning is that data transfer during the asynchronous mode can be ignored. Therefore, setting the constraints for the synchronous mode would make more sense.
Regards,
Richard Tan