sta::format
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
134b547501
commit
5a1b4cb74b
|
|
@ -520,7 +520,7 @@ pin_location(const Pin *pin)
|
|||
network->location(pin, x, y, exists);
|
||||
// return x/y as tcl list
|
||||
if (exists)
|
||||
return std::format("{} {}", x, y);
|
||||
return sta::format("{} {}", x, y);
|
||||
else
|
||||
return "";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue