From: Luke Kenneth Casson Leighton Date: Mon, 30 Jul 2018 09:18:46 +0000 (+0100) Subject: TMS JTAG is an input X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=20d1d0d0616bc0ede3236f40f120393e7fdc89ef;p=pinmux.git TMS JTAG is an input --- diff --git a/src/spec/pinfunctions.py b/src/spec/pinfunctions.py index 06c6504..423a190 100644 --- a/src/spec/pinfunctions.py +++ b/src/spec/pinfunctions.py @@ -95,7 +95,7 @@ def i2c(suffix, bank): def jtag(suffix, bank): - return (['TMS+', 'TDI-', 'TDO+', 'TCK+'], []) + return (['TMS-', 'TDI-', 'TDO+', 'TCK+'], []) def uart(suffix, bank):