vendor._gowin: fix typo.
This commit is contained in:
parent
57933b974d
commit
04b542a626
|
@ -596,7 +596,7 @@ class GowinPlatform(TemplatedPlatform):
|
||||||
)
|
)
|
||||||
return m
|
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,
|
self._check_feature("differential input/output", pin, attrs,
|
||||||
valid_xdrs=(0, 1, 2), valid_attrs=True)
|
valid_xdrs=(0, 1, 2), valid_attrs=True)
|
||||||
m = Module()
|
m = Module()
|
||||||
|
|
Loading…
Reference in a new issue