Forum Discussion
14 Replies
- AEsqu
Contributor
Update: It is important to define the IO delay at the end of the sdc file,
because quartus does not know yet the clock definition when get_clocks * is used at the top.
I moved them at the bottom and I don't use get_clocks * anymore,
I define each pin with respective clock, using -add_delay when necessary (multiple clock domain per pin)..