Skip to content

Commit 38e0d80

Browse files
committed
pad: fix typo in error message
Signed-off-by: Peter Gadfort <peter.gadfort@gmail.com>
1 parent eddaf27 commit 38e0d80

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/pad/src/pad.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ proc place_io_terminals { args } {
350350
flags {-allow_non_top_layer}
351351

352352
if { [llength $args] == 0 } {
353-
utl::error PAD 8 "place_io_terminals requires atleast one terminal"
353+
utl::error PAD 8 "place_io_terminals requires at least one terminal"
354354
}
355355

356356
set iterms []

src/pad/test/place_io_terminals_empty_call.ok

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,5 @@ The NOWIREEXTENSIONATPIN statement will be ignored. See file skywater130_io_ef/l
9696
[WARNING ORD-2011] LEF master sky130_fd_io__top_xres4v2 has no liberty cell.
9797
[WARNING IFP-0028] Core area lower left (250.000, 250.000) snapped to (250.240, 250.240).
9898
[INFO IFP-0001] Added 1723 rows of 6712 site unithd.
99-
[ERROR PAD-0008] place_io_terminals requires atleast one terminal
99+
[ERROR PAD-0008] place_io_terminals requires at least one terminal
100100
PAD-0008

0 commit comments

Comments
 (0)