Skip to content

Commit 764b452

Browse files
authored
Merge pull request #4298 from The-OpenROAD-Project-staging/view_cells-with-liberty
Load the Liberty in view_cells.tcl
2 parents a89f995 + fe635b1 commit 764b452

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)