rename jtag pins to avoid clash with bsv keyword
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 23 Jul 2018 13:54:13 +0000 (14:54 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 23 Jul 2018 13:54:13 +0000 (14:54 +0100)
src/spec/pinfunctions.py

index 1a4b8fe325768e90dacc286517823a912c97791d..9931ebc66989502341cef82abd07b98b44c1ea1a 100644 (file)
@@ -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):