From: Luke Kenneth Casson Leighton Date: Sat, 28 Jul 2018 09:58:15 +0000 (+0100) Subject: correct address out_en name X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a0cc54b5e2208625ea5c01baf6b20866e00a1bb0;p=pinmux.git correct address out_en name --- diff --git a/src/bsv/peripheral_gen/flexbus.py b/src/bsv/peripheral_gen/flexbus.py index 3ab1f2b..6d73c89 100644 --- a/src/bsv/peripheral_gen/flexbus.py +++ b/src/bsv/peripheral_gen/flexbus.py @@ -52,7 +52,7 @@ class flexbus(PBase): ('tsiz', 'm_TSIZ'), ('ad_out', 'm_AD'), ('ad_in', 'm_din'), - ('ad_en', 'm_OE32n'), + ('ad_out_en', 'm_OE32n'), ]: ret.append(template.format(ps, ptype, n, stype)) return '\n'.join(ret)