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
Branches 23-create-custom-operation
No related tags found
3 merge requests!67WIP: B-ASIC version 1.0.0 hotfix,!65B-ASIC version 1.0.0,!15Add changes from sprint 1 and 2 to master
Pipeline #9779 passed
......@@ -39,7 +39,7 @@ class BasicOperation(Operation):
"""
pass
def id(self) -> OperationId:
def identifier(self) -> OperationId:
return self._identifier
def inputs(self) -> List[InputPort]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment