ocv to be included in script

Status
Not open for further replies.

sun_ray

Advanced Member level 3
Joined
Oct 3, 2011
Messages
772
Helped
5
Reputation
10
Reaction score
5
Trophy points
1,298
Visit site
Activity points
6,828
What are the commands to be written in synthesis script to take care of OCV?
 

I think you means on-chip variation.
You have to specify the on_chip_variation parameter in set_operating_condition command.
Later you have to assign the set_timing_derate for the range of variation.

The remaining you can refer to the user guide of synopsys design compiler.
I think the above will be helpful for you.
 

YuLongHuang

Can you please specify the full commands?

Regards
 

set_operating_condition -analysis_type on_chip_variation to set the analysis to OCV.

Now you can set the derates by set_timing_derate -early -cell_delay -net_delay <derate value> for min derating
set_timing_derate -early -cell_delay -net_delay <derate value> for max derating.
 

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