regression update
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
29358c55eb
commit
5b9b63fac4
|
|
@ -5,7 +5,6 @@ link_design gcd
|
||||||
|
|
||||||
read_sdc gcd_sky130hd.sdc
|
read_sdc gcd_sky130hd.sdc
|
||||||
read_spef gcd_sky130hd.spef
|
read_spef gcd_sky130hd.spef
|
||||||
set_power_activity -activity .1 -input_ports clk
|
|
||||||
set_power_activity -input -activity .1
|
set_power_activity -input -activity .1
|
||||||
set_power_activity -input_port reset -activity 0
|
set_power_activity -input_port reset -activity 0
|
||||||
report_power
|
report_power
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
Warning: gcd_sky130hd.v line 527, module sky130_fd_sc_hd__tapvpwrvgnd_1 not found. Creating black box for TAP_11.
|
||||||
|
Group Internal Switching Leakage Total
|
||||||
|
Power Power Power Power (Watts)
|
||||||
|
----------------------------------------------------------------
|
||||||
|
Sequential 3.11e-04 4.31e-05 2.96e-10 3.54e-04 43.2%
|
||||||
|
Combinational 1.74e-04 2.92e-04 6.98e-10 4.66e-04 56.8%
|
||||||
|
Macro 0.00e+00 0.00e+00 0.00e+00 0.00e+00 0.0%
|
||||||
|
Pad 0.00e+00 0.00e+00 0.00e+00 0.00e+00 0.0%
|
||||||
|
----------------------------------------------------------------
|
||||||
|
Total 4.85e-04 3.35e-04 9.94e-10 8.20e-04 100.0%
|
||||||
|
59.2% 40.8% 0.0%
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
Warning: gcd_sky130hd.v line 527, module sky130_fd_sc_hd__tapvpwrvgnd_1 not found. Creating black box for TAP_11.
|
||||||
|
Group Internal Switching Leakage Total
|
||||||
|
Power Power Power Power (Watts)
|
||||||
|
----------------------------------------------------------------
|
||||||
|
Sequential 3.05e-04 3.84e-05 2.96e-10 3.44e-04 44.6%
|
||||||
|
Combinational 1.48e-04 2.79e-04 6.98e-10 4.27e-04 55.4%
|
||||||
|
Macro 0.00e+00 0.00e+00 0.00e+00 0.00e+00 0.0%
|
||||||
|
Pad 0.00e+00 0.00e+00 0.00e+00 0.00e+00 0.0%
|
||||||
|
----------------------------------------------------------------
|
||||||
|
Total 4.53e-04 3.18e-04 9.94e-10 7.71e-04 100.0%
|
||||||
|
58.8% 41.2% 0.0%
|
||||||
|
|
@ -101,11 +101,13 @@ proc list_delete { list delete } {
|
||||||
|
|
||||||
# Record tests in sta/examples
|
# Record tests in sta/examples
|
||||||
record_example_tests {
|
record_example_tests {
|
||||||
example1
|
sdf_delays
|
||||||
example2
|
delay_calc
|
||||||
example3
|
min_max_delays
|
||||||
example4
|
spef_parasitics
|
||||||
example5
|
multi_corner
|
||||||
|
power
|
||||||
|
power_vcd
|
||||||
}
|
}
|
||||||
|
|
||||||
define_test_group fast [group_tests all]
|
define_test_group fast [group_tests all]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue