From fe635b1dfaeabc80f2e3c947eec9f8b9b5b711d6 Mon Sep 17 00:00:00 2001 From: Matt Liberty Date: Thu, 18 Jun 2026 21:42:38 +0000 Subject: [PATCH] Load the Liberty in view_cells.tcl Allows you to see the data in the inspector. Signed-off-by: Matt Liberty --- flow/scripts/view_cells.tcl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flow/scripts/view_cells.tcl b/flow/scripts/view_cells.tcl index fceee3f602..0f468e8acf 100644 --- a/flow/scripts/view_cells.tcl +++ b/flow/scripts/view_cells.tcl @@ -1,5 +1,8 @@ # layout out all cells in SC_LEF in a grid for viewing +source $::env(SCRIPTS_DIR)/util.tcl +source $::env(SCRIPTS_DIR)/read_liberty.tcl + read_lef $::env(TECH_LEF) read_lef $::env(SC_LEF) if { [info exist ::env(ADDITIONAL_LEFS)] } {