From fec9bf84e784f33c9d680c66f512b9e8c429e6e8 Mon Sep 17 00:00:00 2001 From: Mike Inouye Date: Wed, 20 Nov 2024 23:09:21 +0000 Subject: [PATCH] Use unique proto ID. Signed-off-by: Mike Inouye --- synthesis/power_performance_area.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/synthesis/power_performance_area.proto b/synthesis/power_performance_area.proto index 715b1c5e..be8e28a8 100644 --- a/synthesis/power_performance_area.proto +++ b/synthesis/power_performance_area.proto @@ -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 @@ -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;