clarify comment
This commit is contained in:
parent
e812c69bfb
commit
ea87418bf5
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ class Abstract(PortList):
|
||||||
"""
|
"""
|
||||||
pat = Pattern(ports=self.ports)
|
pat = Pattern(ports=self.ports)
|
||||||
pat.ref(self.name)
|
pat.ref(self.name)
|
||||||
new = Builder(library=library, pattern=pat, tools=tools) # TODO should Ref have tools?
|
new = Builder(library=library, pattern=pat, tools=tools) # TODO should Abstract have tools?
|
||||||
return new
|
return new
|
||||||
|
|
||||||
# TODO do we want to store a Ref instead of just a name? then we can translate/rotate/mirror...
|
# TODO do we want to store a Ref instead of just a name? then we can translate/rotate/mirror...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue