Skip to content

Commit

Permalink
Add unit to the field for consistency.
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Inouye <[email protected]>
  • Loading branch information
mikesinouye committed Jul 26, 2024
1 parent 5721935 commit 773a64b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions synthesis/power_performance_area.proto
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@ message Area {
optional float cell_utilization_fraction = 5;

// Area only covered by combinationals.
optional float area_combinationals = 6;
optional float area_combinationals_um2 = 6;

// Area only covered by buffers.
optional float area_buffers = 7;
optional float area_buffers_um2 = 7;

// Area only covered by timing_buffers.
optional float area_timing_buffers = 8;
// Area only covered by timing buffers.
optional float area_timing_buffers_um2 = 8;

// Area only covered by sequentials.
optional float area_sequentials = 9;
optional float area_sequentials_um2 = 9;

// The total number of standard cells used.
// Invariance:
Expand Down

0 comments on commit 773a64b

Please sign in to comment.