From: Luke Kenneth Casson Leighton Date: Mon, 23 Jul 2018 13:54:13 +0000 (+0100) Subject: rename jtag pins to avoid clash with bsv keyword X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=116e8b2aff3e45797321038cb8af32779f122c84;p=pinmux.git rename jtag pins to avoid clash with bsv keyword --- diff --git a/src/spec/pinfunctions.py b/src/spec/pinfunctions.py index 1a4b8fe..9931ebc 100644 --- a/src/spec/pinfunctions.py +++ b/src/spec/pinfunctions.py @@ -81,7 +81,7 @@ def i2c(suffix, bank): def jtag(suffix, bank): - return (['MS+', 'DI-', 'DO+', 'CK+'], []) + return (['TMS+', 'TDI-', 'TDO+', 'TCK+'], []) def uart(suffix, bank):