We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a89f995 + fe635b1 commit 764b452Copy full SHA for 764b452
1 file changed
flow/scripts/view_cells.tcl
@@ -1,5 +1,8 @@
1
# layout out all cells in SC_LEF in a grid for viewing
2
3
+source $::env(SCRIPTS_DIR)/util.tcl
4
+source $::env(SCRIPTS_DIR)/read_liberty.tcl
5
+
6
read_lef $::env(TECH_LEF)
7
read_lef $::env(SC_LEF)
8
if { [info exist ::env(ADDITIONAL_LEFS)] } {
0 commit comments