Skip to content

Commit

Permalink
Fix field ID typo.
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Inouye <mikeinouye@google.com>
  • Loading branch information
mikesinouye committed Sep 4, 2024
1 parent a95524a commit 5d425f6
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 @@ -136,7 +136,7 @@ message Performance {
optional TimingBreakdown in2reg = 20;
optional TimingBreakdown reg2reg = 21;
optional TimingBreakdown reg2out = 22;
optional TimingBreakdown in2out = 22;
optional TimingBreakdown in2out = 23;

// How far off the clock is between two different parts of the chip.
optional sint32 clock_skew_ps = 7;
Expand Down

0 comments on commit 5d425f6

Please sign in to comment.