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.
1 parent 1a52167 commit 416293cCopy full SHA for 416293c
lambdalib/__init__.py
@@ -51,7 +51,7 @@ def alias(cls, project: ASICProject):
51
return
52
53
tech = cls()
54
- if not project.has_library(tech.__cell):
+ if not project._has_library(tech.__cell):
55
56
57
project.add_alias(tech.__cell, "rtl", tech, "rtl")
0 commit comments