Skip to content

Commit

Permalink
Merge branch 'mapping_to_cgra_opal' of https://github.com/weiya711/sam
Browse files Browse the repository at this point in the history
…into mapping_to_cgra_opal
  • Loading branch information
bobcheng15 committed Oct 17, 2023
2 parents 8540155 + 3e78adc commit 313b50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sam/onyx/hw_nodes/merge_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


class MergeNode(HWNode):
def __init__(self, name=None, outer=None, inner=None, mode=False) -> None:
def __init__(self, name=None, outer=None, inner=None, mode=None) -> None:
super().__init__(name=name)
self.outer = outer
self.inner = inner
Expand Down

0 comments on commit 313b50a

Please sign in to comment.