how to use virtual clock inDC

Status
Not open for further replies.
sdc virtual clock

virtual clock is not a real clock, ti is used to constrain design
 

dc virtual clock

Hi

Please check this post:


Hope this helps
 
Reactions: ivlsi

    ivlsi

    Points: 2
    Helpful Answer Positive Rating
constraint virtual clock

dc use virtual clock to constraint combinational logic .
it has no souce , just an ideal clock waveform . In my opinion, it can be replaced by set_max_delay
 

dc中virtual clock的应用

Virtual clock is used to constraint I/O in much better then max delay.

In a SDC it can be defined as a clock waveform which is not associated with any port.

create_clock -name "clk_virtual" - period 10 -waveform {0 5}

I think most of the industry tools understand SDC:!:
 

virtual clock

the discuss above is good, thanks everyone.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…