projects
/
pinmux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72be270
)
deal with eint single-interface
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 23 Jul 2018 09:28:10 +0000
(10:28 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 23 Jul 2018 09:28:10 +0000
(10:28 +0100)
src/bsv/interface_decl.py
patch
|
blob
|
history
diff --git
a/src/bsv/interface_decl.py
b/src/bsv/interface_decl.py
index 6edaa5ad0be7168d18510bf6f73caed8e3ef1334..1a728fad8db9f6ee4674b19520da729865931651 100644
(file)
--- a/
src/bsv/interface_decl.py
+++ b/
src/bsv/interface_decl.py
@@
-178,7
+178,7
@@
class Interface(PeripheralIface):
# NOTice - outen key is removed
else:
name = p['name']
- if
self.single:
+ if
name.isdigit(): # HACK! deals with EINT case
name = self.pname(name)
_p['name_'] = name
_p['name'] = self.pname(p['name'])