NuvKFC
Contributor
4 years agoHow to constraint "Auto Global clock" to use closer global clocks?
The clocks structure and constraint are as follows.
Clock_a --------> Clock_a1
|
-----> Clock_a2
creat_clock -name Clock_a [get_ports Clock_a ]
create_generated_clock -name Clock_a1
create_generated_clock -name Clock_a2
After Fitter in Quartus with "Auto Global clock", all clocks are on the global clock.
Unfortunately, TimeQuest report hold time violations by getting large clock skew because Quartus choose a far away global clock location for those clocks.
How to fix it under "Auto Global clock" case?
Had someone had the experience to share?
Could someone can help me to fix it, please?
Thank you very much.