From 04b542a626f81f07333bda1dc976b6b7d3db26ca Mon Sep 17 00:00:00 2001 From: Catherine Date: Mon, 25 Sep 2023 13:47:31 +0000 Subject: [PATCH] vendor._gowin: fix typo. --- amaranth/vendor/_gowin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amaranth/vendor/_gowin.py b/amaranth/vendor/_gowin.py index 9ea8f76..508d9c4 100644 --- a/amaranth/vendor/_gowin.py +++ b/amaranth/vendor/_gowin.py @@ -596,7 +596,7 @@ class GowinPlatform(TemplatedPlatform): ) 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()