mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-04 08:43:04 +02:00
tidy round1
This commit is contained in:
@@ -351,8 +351,8 @@ BusPort::addBusBit(ConcretePort *port,
|
||||
}
|
||||
|
||||
void
|
||||
ConcreteCell::groupBusPorts(const char bus_brkt_left,
|
||||
const char bus_brkt_right,
|
||||
ConcreteCell::groupBusPorts(char bus_brkt_left,
|
||||
char bus_brkt_right,
|
||||
std::function<bool(std::string_view)> port_msb_first)
|
||||
{
|
||||
const char bus_brkts_left[2]{bus_brkt_left, '\0'};
|
||||
@@ -625,4 +625,4 @@ ConcreteCellPortBitIterator::findNext()
|
||||
next_ = nullptr;
|
||||
}
|
||||
|
||||
} // namespace
|
||||
} // namespace sta
|
||||
|
||||
@@ -2125,4 +2125,4 @@ ConcreteBindingTbl::ensureBinding(Net *proto_net,
|
||||
return net;
|
||||
}
|
||||
|
||||
} // namespace
|
||||
} // namespace sta
|
||||
|
||||
@@ -326,4 +326,4 @@ HpinDrvrLoadLess::operator()(const HpinDrvrLoad *drvr_load1,
|
||||
return load1 < load2;
|
||||
}
|
||||
|
||||
} // namespace
|
||||
} // namespace sta
|
||||
|
||||
+1
-1
@@ -2040,4 +2040,4 @@ NetSet::NetSet(const Network *network) :
|
||||
{
|
||||
}
|
||||
|
||||
} // namespace
|
||||
} // namespace sta
|
||||
|
||||
@@ -137,4 +137,4 @@ sortByPathName(NetSet *set,
|
||||
return nets;
|
||||
}
|
||||
|
||||
} // namespace
|
||||
} // namespace sta
|
||||
|
||||
+1
-1
@@ -190,4 +190,4 @@ escapeChars(std::string_view token,
|
||||
return escaped;
|
||||
}
|
||||
|
||||
} // namespace
|
||||
} // namespace sta
|
||||
|
||||
@@ -76,7 +76,7 @@ PortDirection::destroy()
|
||||
}
|
||||
|
||||
PortDirection::PortDirection(const char *name,
|
||||
int index) :
|
||||
size_t index) :
|
||||
name_(name),
|
||||
index_(index)
|
||||
{
|
||||
@@ -135,4 +135,4 @@ PortDirection::isPowerGround() const
|
||||
|| this == well_;
|
||||
}
|
||||
|
||||
} // namespace
|
||||
} // namespace sta
|
||||
|
||||
@@ -1271,4 +1271,4 @@ escapeBrackets(std::string_view name,
|
||||
return escapeChars(name, '[', ']', network->pathEscape());
|
||||
}
|
||||
|
||||
} // namespace
|
||||
} // namespace sta
|
||||
|
||||
@@ -219,4 +219,4 @@ verilogToSta(std::string_view verilog_name)
|
||||
return std::string(verilog_name);
|
||||
}
|
||||
|
||||
} // namespace
|
||||
} // namespace sta
|
||||
|
||||
Reference in New Issue
Block a user