regression update

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2022-12-31 16:36:24 -07:00
parent 29358c55eb
commit 5b9b63fac4
9 changed files with 29 additions and 6 deletions

View File

@ -5,7 +5,6 @@ link_design gcd
read_sdc gcd_sky130hd.sdc
read_spef gcd_sky130hd.spef
set_power_activity -activity .1 -input_ports clk
set_power_activity -input -activity .1
set_power_activity -input_port reset -activity 0
report_power

11
test/power.ok Normal file
View File

@ -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%

11
test/power_vcd.ok Normal file
View File

@ -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%

View File

@ -101,11 +101,13 @@ proc list_delete { list delete } {
# Record tests in sta/examples
record_example_tests {
example1
example2
example3
example4
example5
sdf_delays
delay_calc
min_max_delays
spef_parasitics
multi_corner
power
power_vcd
}
define_test_group fast [group_tests all]