rm comment
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
8d32e876a5
commit
2d52aea14f
|
|
@ -2510,7 +2510,6 @@ Search::thruClkInfo(PathVertex *from_path,
|
||||||
&& !to_is_clk
|
&& !to_is_clk
|
||||||
&& !from_vertex->isRegClk())
|
&& !from_vertex->isRegClk())
|
||||||
|| to_vertex->isRegClk())) {
|
|| to_vertex->isRegClk())) {
|
||||||
//printf("%s -> %s\n", from_vertex->name(network_), to_vertex->name(network_));
|
|
||||||
to_crpr_clk_path = from_path;
|
to_crpr_clk_path = from_path;
|
||||||
changed = true;
|
changed = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue