Skip to content

Commit 04b542a

Browse files
committed
vendor._gowin: fix typo.
1 parent 57933b9 commit 04b542a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amaranth/vendor/_gowin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ def get_diff_tristate(self, pin, port, attrs, invert):
596596
)
597597
return m
598598

599-
def get_diff_input_output(self, pin, port, atttr, invert):
599+
def get_diff_input_output(self, pin, port, attrs, invert):
600600
self._check_feature("differential input/output", pin, attrs,
601601
valid_xdrs=(0, 1, 2), valid_attrs=True)
602602
m = Module()

0 commit comments

Comments
 (0)