larten
Junior Member level 3
- Joined
- Aug 6, 2012
- Messages
- 25
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,437
Hi,
I want to evaluate power of my design with different voltages.
I find set_voltage but after I compile my design compiler said that "The target_library does not contain an inverter characterized for operating condition"
is it possible to change the operating voltage? if there is a way to do this what should I do?
and here is the script for setting the voltage:
I want to evaluate power of my design with different voltages.
I find set_voltage but after I compile my design compiler said that "The target_library does not contain an inverter characterized for operating condition"
is it possible to change the operating voltage? if there is a way to do this what should I do?
and here is the script for setting the voltage:
Code:
set_operating_conditions typical -library osu018_stdcells
create_power_domain PT
create_supply_net vdd -domain PT
create_supply_net gnd -domain PT
set_domain_supply_net -primary_power_net vdd -primary_ground_net gnd PT
set_voltage 1.9 -object_list vdd
set_voltage 0 -object_list gnd