projects
/
pinmux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69d7837
)
add comment for init fn
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 31 May 2018 15:48:15 +0000
(16:48 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 31 May 2018 15:48:15 +0000
(16:48 +0100)
src/bsv/actual_pinmux.py
patch
|
blob
|
history
diff --git
a/src/bsv/actual_pinmux.py
b/src/bsv/actual_pinmux.py
index 63cef9d8c92f0ace6f9ec58cd30f10d92c0f2cc4..c382e7e512cc05ddd12227da7c72398ca8fe9522 100644
(file)
--- a/
src/bsv/actual_pinmux.py
+++ b/
src/bsv/actual_pinmux.py
@@
-36,6
+36,10
@@
def transfn(temp):
def init(p, ifaces):
+ """ generates the actual output pinmux for each io-cell. blank lines
+ need to output "0" to the iopad, if there is no entry in
+ that column.
+ """
p.pinmux = ' '
global dedicated_wire
for cell in p.muxed_cells: