Skip to content

Commit c2ee9c6

Browse files
nangate45: use original LEF to restore antenna info
Switch to NangateOpenCellLibrary.macro.lef which has antenna data and remove the obsolete .mod.lef and .rect.lef files. Fixes #597
1 parent 97416b2 commit c2ee9c6

File tree

3 files changed

+1
-24164
lines changed

3 files changed

+1
-24164
lines changed

flow/platforms/nangate45/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export PROCESS = 45
55
# Tech/Libs
66
# ----------------------------------------------------
77
export TECH_LEF = $(PLATFORM_DIR)/lef/NangateOpenCellLibrary.tech.lef
8-
export SC_LEF = $(PLATFORM_DIR)/lef/NangateOpenCellLibrary.macro.mod.lef
8+
export SC_LEF = $(PLATFORM_DIR)/lef/NangateOpenCellLibrary.macro.lef
99

1010
export LIB_FILES = $(PLATFORM_DIR)/lib/NangateOpenCellLibrary_typical.lib \
1111
$(ADDITIONAL_LIBS)

0 commit comments

Comments
 (0)