Vertex::to_string use sdc network
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
606c666180
commit
6df4cdc794
|
|
@ -999,7 +999,7 @@ Vertex::setObjectIdx(ObjectIdx idx)
|
||||||
string
|
string
|
||||||
Vertex::to_string(const StaState *sta) const
|
Vertex::to_string(const StaState *sta) const
|
||||||
{
|
{
|
||||||
const Network *network = sta->network();
|
const Network *network = sta->sdcNetwork();
|
||||||
if (network->direction(pin_)->isBidirect()) {
|
if (network->direction(pin_)->isBidirect()) {
|
||||||
string str = network->pathName(pin_);
|
string str = network->pathName(pin_);
|
||||||
str += ' ';
|
str += ' ';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue