Skip to content

Commit d4babd8

Browse files
authored
Merge pull request #8664 from titan73/um_unit
rsz: Fix um unit.
2 parents ca004a3 + c2e8d09 commit d4babd8

8 files changed

Lines changed: 13 additions & 13 deletions

File tree

src/rmp/test/const_cell_removal.ok

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[INFO ODB-0130] Created 34 pins.
44
[INFO ODB-0131] Created 82 components and 406 component-terminals.
55
[INFO ODB-0133] Created 103 nets and 242 connections.
6-
Design area 128 u^2 100% utilization.
6+
Design area 128 um^2 100% utilization.
77
Removed 27 instances with constant outputs.
88
Number of paths for restructure are 30
99
Found 30 end points for restructure
@@ -20,4 +20,4 @@ Optimized to 36 instances in iteration 2 with max path depth decrease of 0, dela
2020
[INFO CUT-0006] Blif parsed successfully, will destroy 41 existing instances.
2121
[INFO CUT-0007] Found 8 inputs, 14 outputs, 0 clocks, 36 combinational gates, 0 registers after parsing the blif file.
2222
[INFO CUT-0008] Inserting 36 new instances.
23-
Design area 103 u^2 100% utilization.
23+
Design area 103 um^2 100% utilization.

src/rmp/test/gcd_restructure.ok

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[INFO ODB-0133] Created 528 nets and 1412 connections.
77
[WARNING STA-0441] set_input_delay relative to a clock defined on the same port/pin not allowed.
88
worst slack max 1.29
9-
Design area 670 u^2 10% utilization.
9+
Design area 670 um^2 10% utilization.
1010
Removed 0 instances with constant outputs.
1111
Number of paths for restructure are 69
1212
Found 69 end points for restructure
@@ -23,4 +23,4 @@ Optimized to 257 instances in iteration 2 with max path depth decrease of 0, del
2323
[INFO CUT-0006] Blif parsed successfully, will destroy 422 existing instances.
2424
[INFO CUT-0007] Found 89 inputs, 52 outputs, 0 clocks, 250 combinational gates, 0 registers after parsing the blif file.
2525
[INFO CUT-0008] Inserting 250 new instances.
26-
Design area 429 u^2 7% utilization.
26+
Design area 429 um^2 7% utilization.

src/rsz/src/Resizer.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ proc report_design_area { args } {
380380
sta::parse_key_args "report_design_area" args keys {} flags {}
381381
set util [format %.0f [expr [rsz::utilization] * 100]]
382382
set area [format %.0f [expr [rsz::design_area] * 1e6 * 1e6]]
383-
utl::report "Design area ${area} u^2 ${util}% utilization."
383+
utl::report "Design area ${area} um^2 ${util}% utilization."
384384
}
385385

386386
sta::define_cmd_args "report_floating_nets" {[-verbose] [> filename] [>> filename]} ;# checker off

src/rsz/test/gcd_resize.ok

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ _461_/Z manhtn 63.8 steiner 84.8 0.00
5353
req_msg[18] manhtn 61.4 steiner 61.4 0.00
5454
_847_/Z manhtn 60.3 steiner 60.3 0.00
5555
_851_/Z manhtn 58.3 steiner 58.3 0.00
56-
Design area 751 u^2 12% utilization.
56+
Design area 751 um^2 12% utilization.

src/rsz/test/repair_hold7.ok

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[INFO ODB-0131] Created 571 components and 2554 component-terminals.
55
[INFO ODB-0132] Created 5 special nets and 1142 connections.
66
[INFO ODB-0133] Created 528 nets and 1412 connections.
7-
Design area 670 u^2 10% utilization.
7+
Design area 670 um^2 10% utilization.
88
worst slack min 0.15
99
worst slack max 1.34
1010
[INFO RSZ-0046] Found 35 endpoints with hold violations.
@@ -17,6 +17,6 @@ Iteration | Resized | Buffers | Cloned Gates | Area | WNS | TNS | En
1717
[INFO RSZ-0032] Inserted 411 hold buffers.
1818
[ERROR RSZ-0050] Max utilization reached.
1919
RSZ-0050
20-
Design area 998 u^2 16% utilization.
20+
Design area 998 um^2 16% utilization.
2121
worst slack min 0.37
2222
worst slack max 1.03

src/rsz/test/repair_hold9.ok

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[INFO ODB-0131] Created 571 components and 2554 component-terminals.
55
[INFO ODB-0132] Created 5 special nets and 1142 connections.
66
[INFO ODB-0133] Created 528 nets and 1412 connections.
7-
Design area 670 u^2 10% utilization.
7+
Design area 670 um^2 10% utilization.
88
[INFO RSZ-0046] Found 35 endpoints with hold violations.
99
Iteration | Resized | Buffers | Cloned Gates | Area | WNS | TNS | Endpoint
1010
--------------------------------------------------------------------------------------
@@ -15,4 +15,4 @@ Iteration | Resized | Buffers | Cloned Gates | Area | WNS | TNS | En
1515
[INFO RSZ-0032] Inserted 103 hold buffers.
1616
[ERROR RSZ-0060] Max buffer count reached.
1717
RSZ-0060
18-
Design area 752 u^2 12% utilization.
18+
Design area 752 um^2 12% utilization.

src/rsz/test/repair_hold9_verbose.ok

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[INFO ODB-0131] Created 571 components and 2554 component-terminals.
55
[INFO ODB-0132] Created 5 special nets and 1142 connections.
66
[INFO ODB-0133] Created 528 nets and 1412 connections.
7-
Design area 670 u^2 10% utilization.
7+
Design area 670 um^2 10% utilization.
88
[INFO RSZ-0046] Found 35 endpoints with hold violations.
99
Iteration | Resized | Buffers | Cloned Gates | Area | WNS | TNS | Endpoint
1010
--------------------------------------------------------------------------------------
@@ -17,4 +17,4 @@ Iteration | Resized | Buffers | Cloned Gates | Area | WNS | TNS | En
1717
[INFO RSZ-0032] Inserted 103 hold buffers.
1818
[ERROR RSZ-0060] Max buffer count reached.
1919
RSZ-0060
20-
Design area 752 u^2 12% utilization.
20+
Design area 752 um^2 12% utilization.

src/rsz/test/report_design_area.ok

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
[INFO ODB-0131] Created 571 components and 2554 component-terminals.
55
[INFO ODB-0132] Created 5 special nets and 1142 connections.
66
[INFO ODB-0133] Created 528 nets and 1412 connections.
7-
Design area 670 u^2 10% utilization.
7+
Design area 670 um^2 10% utilization.

0 commit comments

Comments
 (0)