clarify comment

This commit is contained in:
Jan Petykiewicz 2023-01-23 23:01:14 -08:00 committed by jan
parent e812c69bfb
commit ea87418bf5

View File

@ -46,7 +46,7 @@ class Abstract(PortList):
"""
pat = Pattern(ports=self.ports)
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
# TODO do we want to store a Ref instead of just a name? then we can translate/rotate/mirror...