Skip to content

Commit 22a4b4c

Browse files
authored
Merge pull request #8592 from The-OpenROAD-Project-staging/odb-rm-dup-ng45.lef
odb: rm duplicate data/Nangate45/NangateOpenCellLibrary.mod.lef
2 parents b10cd36 + 0ee78f9 commit 22a4b4c

25 files changed

+330
-12454
lines changed

src/odb/test/BUILD

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,6 @@ filegroup(
258258
"NangateOpenCellLibrary.cdl",
259259
"data/ICEWall/dummy_pads.lef",
260260
"data/ICEWall/octilinear.def",
261-
"data/Nangate45/NangateOpenCellLibrary.mod.lef",
262-
"data/Nangate45/OpenCellLibraryLicenseSi2.txt",
263261
"data/design.def",
264262
"data/design.def.gz",
265263
"data/design.odb",

src/odb/test/abstract_origin.ok

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
[INFO ODB-0227] LEF file: data/Nangate45/NangateOpenCellLibrary.mod.lef, created 22 layers, 27 vias, 134 library cells
1+
[INFO ODB-0227] LEF file: Nangate45/Nangate45.lef, created 22 layers, 27 vias, 135 library cells
2+
[INFO ODB-0227] LEF file: Nangate45/Nangate45_stdcell.lef, created 135 library cells
23
[INFO ODB-0128] Design: origin
34
[INFO ODB-0132] Created 1 special nets and 0 connections.
45
No differences found.

src/odb/test/abstract_origin.tcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ source "helpers.tcl"
22

33
# Open database, load lef and design
44

5-
read_lef "data/Nangate45/NangateOpenCellLibrary.mod.lef"
5+
read_lef "Nangate45/Nangate45.lef"
6+
read_lef "Nangate45/Nangate45_stdcell.lef"
67
read_def "abstract_origin.def"
78

89
set lef_file [make_result_file abstract_origin.lef]

src/odb/test/check_routing_tracks.ok

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
[INFO ODB-0227] LEF file: data/Nangate45/NangateOpenCellLibrary.mod.lef, created 22 layers, 27 vias, 134 library cells
1+
[INFO ODB-0227] LEF file: Nangate45/Nangate45.lef, created 22 layers, 27 vias, 135 library cells
2+
[INFO ODB-0227] LEF file: Nangate45/Nangate45_stdcell.lef, created 135 library cells
23
[INFO ODB-0128] Design: gcd
34
[INFO ODB-0130] Created 54 pins.
45
[INFO ODB-0131] Created 482 components and 2074 component-terminals.

src/odb/test/check_routing_tracks.tcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
source "helpers.tcl"
22

33
set db [ord::get_db]
4-
read_lef "data/Nangate45/NangateOpenCellLibrary.mod.lef"
4+
read_lef "Nangate45/Nangate45.lef"
5+
read_lef "Nangate45/Nangate45_stdcell.lef"
56
read_def "data/gcd/floorplan.def"
67
set chip [$db getChip]
78
set tech [$db getTech]

0 commit comments

Comments
 (0)