Skip to content

Commit 23e862a

Browse files
committed
Add ADDITIONAL_LEFS to scripts/view_cells.tcl
Load all the cells for viewing. Signed-off-by: Matt Liberty <[email protected]>
1 parent e816a57 commit 23e862a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

flow/scripts/view_cells.tcl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
read_lef $::env(TECH_LEF)
44
read_lef $::env(SC_LEF)
5+
if {[info exist ::env(ADDITIONAL_LEFS)]} {
6+
foreach lef $::env(ADDITIONAL_LEFS) {
7+
read_lef $lef
8+
}
9+
}
510

611
# Create the block
712
set db [ord::get_db]

0 commit comments

Comments
 (0)