const
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
f9a5223f08
commit
0f46bb180f
|
|
@ -154,7 +154,7 @@ Genclks::srcPathVertex(const Pin *pin) const
|
|||
}
|
||||
|
||||
Level
|
||||
Genclks::clkPinMaxLevel(Clock *clk) const
|
||||
Genclks::clkPinMaxLevel(const Clock *clk) const
|
||||
{
|
||||
Level max_level = 0;
|
||||
for (Pin *pin : clk->leafPins()) {
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ public:
|
|||
const RiseFall *rf,
|
||||
const PathAnalysisPt *path_ap) const;
|
||||
Vertex *srcPathVertex(const Pin *pin) const;
|
||||
Level clkPinMaxLevel(Clock *clk) const;
|
||||
Level clkPinMaxLevel(const Clock *clk) const;
|
||||
void copyGenClkSrcPaths(Vertex *vertex,
|
||||
TagGroupBldr *tag_bldr);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue