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 9ae08e9 + b118610 commit 66e441cCopy full SHA for 66e441c
1 file changed
flow/scripts/view_cells.tcl
@@ -10,7 +10,8 @@ if { [info exist ::env(ADDITIONAL_LEFS)] } {
10
11
# Create the block
12
set db [ord::get_db]
13
-set chip [odb::dbChip_create $db]
+set tech [ord::get_db_tech]
14
+set chip [odb::dbChip_create $db $tech]
15
set block [odb::dbBlock_create $chip all_cells]
16
17
# Get all the masters
0 commit comments