Skip to content

Commit 416293c

Browse files
authored
fix method used for alias
1 parent 1a52167 commit 416293c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdalib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def alias(cls, project: ASICProject):
5151
return
5252

5353
tech = cls()
54-
if not project.has_library(tech.__cell):
54+
if not project._has_library(tech.__cell):
5555
return
5656

5757
project.add_alias(tech.__cell, "rtl", tech, "rtl")

0 commit comments

Comments
 (0)