Skip to content

Commit b21ff93

Browse files
committed
Fixed a Tclint issue.
Signed-off-by: Jaehyun Kim <[email protected]>
1 parent 7de7708 commit b21ff93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dbSta/test/hier_deep.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ read_liberty example1_typ.lib
44
read_verilog hier_deep.v
55
link_design top -hier
66

7-
proc test_get_cells {pattern} {
7+
proc test_get_cells { pattern } {
88
set cells [get_cells $pattern]
99
puts "cmd: get_cells $pattern"
1010
puts "count: [llength $cells]"

0 commit comments

Comments
 (0)