Skip to content

Commit fe635b1

Browse files
committed
Load the Liberty in view_cells.tcl
Allows you to see the data in the inspector. Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
1 parent a89f995 commit fe635b1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

flow/scripts/view_cells.tcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# layout out all cells in SC_LEF in a grid for viewing
22

3+
source $::env(SCRIPTS_DIR)/util.tcl
4+
source $::env(SCRIPTS_DIR)/read_liberty.tcl
5+
36
read_lef $::env(TECH_LEF)
47
read_lef $::env(SC_LEF)
58
if { [info exist ::env(ADDITIONAL_LEFS)] } {

0 commit comments

Comments
 (0)