Skip to content
Snippets Groups Projects
Commit b0bf7f04 authored by Ivar Härnqvist's avatar Ivar Härnqvist
Browse files

Merge branch 'develop' of gitlab.liu.se:PUM_TDDD96/B-ASIC into develop

parents efcd8394 7175f248
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ class BasicOperation(Operation): ...@@ -39,7 +39,7 @@ class BasicOperation(Operation):
""" """
pass pass
def id(self) -> OperationId: def identifier(self) -> OperationId:
return self._identifier return self._identifier
def inputs(self) -> List[InputPort]: def inputs(self) -> List[InputPort]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment