diff --git a/synthesis/power_performance_area.proto b/synthesis/power_performance_area.proto index be8e28a8..08c8b22b 100644 --- a/synthesis/power_performance_area.proto +++ b/synthesis/power_performance_area.proto @@ -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 ==