From 2c8a03de9a057eba93242bad4bce0328f3aa9e26 Mon Sep 17 00:00:00 2001 From: Mike Inouye Date: Wed, 20 Nov 2024 23:10:41 +0000 Subject: [PATCH] Use a more straightforward scientific notation. Signed-off-by: Mike Inouye --- synthesis/power_performance_area.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ==