Skip to content

Commit 40209e7

Browse files
committed
rsz: Updated comment
Signed-off-by: Jaehyun Kim <[email protected]>
1 parent 6370b02 commit 40209e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rsz/test/repair_clk_nets1.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ foreach net_name {in1 n1 n2 out1} {
2121
[sta::sta_to_db_net [get_net $net_name]] setSigType CLOCK
2222
}
2323

24-
# wire length = 1500u -> 2 buffers required
24+
# wire length = 1500u -> at least 2 buffers are required
2525
repair_clock_nets -max_wire_length 600
2626

2727
puts "\n# All nets in the path should be CLOCK type."

0 commit comments

Comments
 (0)