Skip to content

Commit

Permalink
Use a more straightforward scientific notation.
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Inouye <mikeinouye@google.com>
  • Loading branch information
mikesinouye committed Nov 20, 2024
1 parent fec9bf8 commit 2c8a03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synthesis/power_performance_area.proto
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ message Performance {
optional int32 critical_path_ps = 2;

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

// == Slack ==
Expand Down

0 comments on commit 2c8a03d

Please sign in to comment.