Skip to content

Commit 2389ab5

Browse files
committed
Fix typo
Signed-off-by: Ryszard Rozak <[email protected]>
1 parent 39e886e commit 2389ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rmp/src/annealing_strategy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ void AnnealingStrategy::OptimizeDesign(sta::dbSta* sta,
144144

145145
// GIA ops as lambdas
146146
// All the magic numbers are defaults from abc/src/base/abci/abc.c
147-
// Or from the ORFS qbc_speed script
147+
// Or from the ORFS abc_speed script
148148
std::vector<GiaOp> all_ops
149149
= {[&](auto& gia) {
150150
// &st

0 commit comments

Comments
 (0)