Forum Discussion
ShengN_altera
Super Contributor
4 years agoHi hcom,
Any further update? Have you pass the timing constraints with the SDC constraints provided?
Best regards,
Sheng
hcom
Occasional Contributor
4 years ago@ShengN_Intel No, there is no solution yet. It still fails timing.
I still need a solution, but nothing I have tried has worked.
- ShengN_altera4 years ago
Super Contributor
Hi @hcom ,
I think you can straight set false path from those two fail timing nodes. Try to modify a bit the original Quartus SDC template like below.
proc set_s10_false_path_constraint { } { if {$::TimeQuestInfo(family) == "Cyclone 10 GX"}
{ set_false_path -from "the node"
set_false_path -from "the node" } }
Best regards,
Sheng