projects
/
pinmux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e58589
)
change sd interface names, strio io_
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 24 Jul 2018 12:06:26 +0000
(13:06 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 24 Jul 2018 12:06:26 +0000
(13:06 +0100)
src/bsv/interface_decl.py
patch
|
blob
|
history
diff --git
a/src/bsv/interface_decl.py
b/src/bsv/interface_decl.py
index 1840ba19986803cf4b1fec3d08efc1db1c380b8e..07d0bf5b74e5e0b529a19f989630ee199ffac183 100644
(file)
--- a/
src/bsv/interface_decl.py
+++ b/
src/bsv/interface_decl.py
@@
-491,7
+491,7
@@
class InterfaceLCD(InterfaceBus, Interface):
class InterfaceSD(InterfaceBus, Interface):
def __init__(self, *args):
- InterfaceBus.__init__(self, ['
io_out', 'io_out_en', 'io_
in'],
+ InterfaceBus.__init__(self, ['
out', 'out_en', '
in'],
"Bit#({0})", "d")
Interface.__init__(self, *args)