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.
silverbyte said:There is a good post on Virtual clocks at
h**p://loxos.blogspot.com/2005/04/timinganalysis-why-virtual-clocks.html
What do you think of this explanation?
dBUGGER said:silverbyte said:There is a good post on Virtual clocks at
h**p://loxos.blogspot.com/2005/04/timinganalysis-why-virtual-clocks.html
What do you think of this explanation?
Hi,
ya quite nice. But please tell me how do you declare virtual clocks and associate the same with any flip-flop.
Best Regards,
How do you do that?you can also constraint I/o wrt virtual clock , in order to get latency for real clock
additional info for virtual clock:
Instead of using set_max_delay to constraint ur combo block, u can use virtual clock and use set_input_delay and set_output_delay, which can decreases runtime and memory usage in DC.
Hope this helps
How will you constraint the combinational delay by virtual clock and with set_input_delay and set_output_delay. How does it decrease runtime and memory usage?