mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
ReportPath const
commit 4d332349276d687b836e38a6b5fd80f0891094cd Author: James Cherry <cherry@parallaxsw.com> Date: Wed Jan 29 17:53:02 2025 -0700 GraphDelayCalc const Signed-off-by: James Cherry <cherry@parallaxsw.com> commit e1a397ef8f3b50c2ca939a2312d1e76b73c358a9 Author: James Cherry <cherry@parallaxsw.com> Date: Tue Jan 28 19:14:09 2025 -0700 ReportPath const Signed-off-by: James Cherry <cherry@parallaxsw.com> commit fe876cf884f1c1615e28dfcdda9a509cb01cd364 Author: James Cherry <cherry@parallaxsw.com> Date: Tue Jan 28 16:48:29 2025 -0700 const Signed-off-by: James Cherry <cherry@parallaxsw.com> Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
@@ -220,7 +220,7 @@ WritePathSpice::writeSpice()
|
||||
void
|
||||
WritePathSpice::writeHeader()
|
||||
{
|
||||
Path *start_path = path_expanded_.startPath();
|
||||
const Path *start_path = path_expanded_.startPath();
|
||||
string title = stdstrPrint("Path from %s %s to %s %s",
|
||||
network_->pathName(start_path->pin(this)),
|
||||
start_path->transition(this)->asString(),
|
||||
|
||||
Reference in New Issue
Block a user