Vertex::to_string use sdc network

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2025-07-03 18:43:50 -07:00
parent 606c666180
commit 6df4cdc794
1 changed files with 1 additions and 1 deletions

View File

@ -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 += ' ';