Skip to content

Commit 0b9ec40

Browse files
committed
mock-array: wrap long line in check_macro_layout.tcl
Split the orientation-mismatch error message across two lines so check_macro_layout.tcl passes tclint's 100-char line-length rule. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
1 parent 4831ad0 commit 0b9ec40

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/orfs/mock-array/check_macro_layout.tcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ foreach inst $elements {
4646
set macro_width $w
4747
set macro_height $h
4848
} elseif { $orient ne $first_orient } {
49-
puts "ERROR: Element [$inst getName] has orientation $orient, expected $first_orient (all macros must share orientation)"
49+
puts "ERROR: Element [$inst getName] has orientation $orient,\
50+
expected $first_orient (all macros must share orientation)"
5051
exit 1
5152
}
5253
lappend entries [list $x $y $orient [$inst getName] $w $h]

0 commit comments

Comments
 (0)