Skip to content

Commit

Permalink
vendor._gowin: fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Sep 25, 2023
1 parent 57933b9 commit 04b542a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amaranth/vendor/_gowin.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ def get_diff_tristate(self, pin, port, attrs, invert):
)
return m

def get_diff_input_output(self, pin, port, atttr, invert):
def get_diff_input_output(self, pin, port, attrs, invert):
self._check_feature("differential input/output", pin, attrs,
valid_xdrs=(0, 1, 2), valid_attrs=True)
m = Module()
Expand Down

0 comments on commit 04b542a

Please sign in to comment.