mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
Vertex::to_string use sdc network
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
@@ -999,7 +999,7 @@ Vertex::setObjectIdx(ObjectIdx idx)
|
||||
string
|
||||
Vertex::to_string(const StaState *sta) const
|
||||
{
|
||||
const Network *network = sta->network();
|
||||
const Network *network = sta->sdcNetwork();
|
||||
if (network->direction(pin_)->isBidirect()) {
|
||||
string str = network->pathName(pin_);
|
||||
str += ' ';
|
||||
|
||||
Reference in New Issue
Block a user