mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-08-29 09:20:19 +02:00
+19
-18
@@ -238,25 +238,26 @@ public:
|
||||
const RiseFall *to_rf,
|
||||
const MinMax *min_max,
|
||||
const PathAnalysisPt *path_ap);
|
||||
virtual Tag *thruTag(Tag *from_tag,
|
||||
Edge *edge,
|
||||
const RiseFall *to_rf,
|
||||
const MinMax *min_max,
|
||||
const PathAnalysisPt *path_ap);
|
||||
virtual Tag *thruClkTag(PathVertex *from_path,
|
||||
Tag *from_tag,
|
||||
bool to_propagates_clk,
|
||||
Edge *edge,
|
||||
const RiseFall *to_rf,
|
||||
const MinMax *min_max,
|
||||
const PathAnalysisPt *path_ap);
|
||||
Tag *thruTag(Tag *from_tag,
|
||||
Edge *edge,
|
||||
const RiseFall *to_rf,
|
||||
const MinMax *min_max,
|
||||
const PathAnalysisPt *path_ap);
|
||||
Tag *thruClkTag(PathVertex *from_path,
|
||||
Tag *from_tag,
|
||||
bool to_propagates_clk,
|
||||
Edge *edge,
|
||||
const RiseFall *to_rf,
|
||||
const MinMax *min_max,
|
||||
const PathAnalysisPt *path_ap);
|
||||
ClkInfo *thruClkInfo(PathVertex *from_path,
|
||||
ClkInfo *from_tag_clk,
|
||||
Edge *edge,
|
||||
Vertex *to_vertex,
|
||||
const Pin *to_pin,
|
||||
const MinMax *min_max,
|
||||
const PathAnalysisPt *path_ap);
|
||||
ClkInfo *from_clk_info,
|
||||
bool from_is_clk,
|
||||
Edge *edge,
|
||||
const Pin *to_pin,
|
||||
bool to_is_clk,
|
||||
const MinMax *min_max,
|
||||
const PathAnalysisPt *path_ap);
|
||||
ClkInfo *clkInfoWithCrprClkPath(ClkInfo *from_clk_info,
|
||||
PathVertex *from_path,
|
||||
const PathAnalysisPt *path_ap);
|
||||
|
||||
Reference in New Issue
Block a user