rm comment

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2025-03-17 15:14:57 -07:00
parent 8d32e876a5
commit 2d52aea14f
1 changed files with 0 additions and 1 deletions

View File

@ -2510,7 +2510,6 @@ Search::thruClkInfo(PathVertex *from_path,
&& !to_is_clk
&& !from_vertex->isRegClk())
|| to_vertex->isRegClk())) {
//printf("%s -> %s\n", from_vertex->name(network_), to_vertex->name(network_));
to_crpr_clk_path = from_path;
changed = true;
}