Skip to content

Commit

Permalink
Use unique proto ID.
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Inouye <[email protected]>
  • Loading branch information
mikesinouye committed Nov 20, 2024
1 parent e598d26 commit fec9bf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions synthesis/power_performance_area.proto
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ message Performance {

// The highest achievable clock frequency (reciprocal of `critical_path_ps`).
// Unit is gigahertz (1*10^9/s).
optional int32 fmax_ghz = 2;
optional float fmax_ghz = 8;

// == Slack ==
// Abbreviations
Expand Down Expand Up @@ -155,7 +155,7 @@ message Performance {
// How far off the clock is between two different parts of the chip.
optional sint32 clock_skew_ps = 7;

// Leaving out proto tags 8..9 for later use.
// Leaving out proto tag 9 for later use.

optional int32 num_setup_violations = 10;
optional int32 num_hold_violations = 11;
Expand Down

0 comments on commit fec9bf8

Please sign in to comment.