From: Luke Kenneth Casson Leighton Date: Sat, 28 Jul 2018 09:53:25 +0000 (+0100) Subject: rename fb pin X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e0fe339326e04b19f3f873e2aa0d52c68af5b5b2;p=pinmux.git rename fb pin --- diff --git a/src/bsv/peripheral_gen/flexbus.py b/src/bsv/peripheral_gen/flexbus.py index 33fb61f..82d67e4 100644 --- a/src/bsv/peripheral_gen/flexbus.py +++ b/src/bsv/peripheral_gen/flexbus.py @@ -25,7 +25,7 @@ class flexbus(PBase): return "fb{0}.axi_side" def pinname_in(self, pname): - return {'ta': 'flexbus_side.tAn', + return {'ta': 'flexbus_side.m_tAn', }.get(pname, '') def pinname_out(self, pname):