Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
As far as I know, a Virtual Clock cannot be attached to any port/net (otherwise it will become functional, not virtual). So, how can I define it to be synchronous to ClkA/ClkB?define two virtual clocks each synchronous to ClkA and ClkB respectively
set_clock_groups -group {ClkA virtual_ClkA}
So, nevertheless why virtual clocks should be created? Why the constraints cannot be applied with relation to the ClkA and ClkB themselves?define two virtual clocks each synchronous to ClkA and ClkB respectively and write the input/output delay constraint which respect to each clock
As for divided clocks, should they be considered as synchronous and be defined in the same clocks group (using set_clock_groups command)?
So, nevertheless why virtual clocks should be created? Why the constraints cannot be applied with relation to the ClkA and ClkB themselves?
Why? They have different frequencies and probably different skews... What's about a clock divider by 4/5?divided clocks should also be part of the same clock group
So, nevertheless why virtual clocks should be created? Why the constraints cannot be applied with relation to the ClkA and ClkB themselves?define two virtual clocks each synchronous to ClkA and ClkB respectively and write the input/output delay constraint which respect to each clock
Why? They have different frequencies and probably different skews... What's about a clock divider by 4/5?
Should the source and divided clock be considered as parts of the same clock domain (where a maximum skew of clock edges is guarantied)?