Skip to content

Commit 66e441c

Browse files
authored
Merge pull request #3528 from The-OpenROAD-Project-staging/view_cells_update
Update view_cells for dbChip api changes
2 parents 9ae08e9 + b118610 commit 66e441c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flow/scripts/view_cells.tcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ if { [info exist ::env(ADDITIONAL_LEFS)] } {
1010

1111
# Create the block
1212
set db [ord::get_db]
13-
set chip [odb::dbChip_create $db]
13+
set tech [ord::get_db_tech]
14+
set chip [odb::dbChip_create $db $tech]
1415
set block [odb::dbBlock_create $chip all_cells]
1516

1617
# Get all the masters

0 commit comments

Comments
 (0)