Skip to content

Commit

Permalink
Add path-specific nvp breakdowns to PPA proto. (#352)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Inouye <[email protected]>
  • Loading branch information
mikesinouye authored Sep 9, 2024
1 parent cee8784 commit 22164ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions synthesis/power_performance_area.proto
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,11 @@ message TimingBreakdown {
// See `setup_wns_ps` and `setup_tns_ps` descriptions for details.
optional sint32 setup_wns_ps = 1;
optional sint64 setup_tns_ps = 2;
optional int32 num_setup_violations = 5;
// See `hold_wns_ps` and `hold_tns_ps` descriptions for details.
optional sint32 hold_wns_ps = 3;
optional sint64 hold_tns_ps = 4;
optional int32 num_hold_violations = 6;
}

message Power {
Expand Down

0 comments on commit 22164ac

Please sign in to comment.