projects
/
pinmux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07b053d
)
whoops, reading pad bankwidths (mux widths) not bank sizes
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 28 Jun 2022 10:42:16 +0000
(11:42 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 28 Jun 2022 10:42:16 +0000
(11:42 +0100)
src/jsoncreate.py
patch
|
blob
|
history
diff --git
a/src/jsoncreate.py
b/src/jsoncreate.py
index 86a92f6d60af13eb2797a1571db0709096a2361a..ea445e84621ea04fea1d83f235e34efa0677adf9 100644
(file)
--- a/
src/jsoncreate.py
+++ b/
src/jsoncreate.py
@@
-13,7
+13,7
@@
def pinparse(psp, pinspec):
print ("muxed cell banks", p.muxed_cells_bank)
pads = {}
- for pname, psize in p.bank
widths
.items():
+ for pname, psize in p.bank
size
.items():
print ("pad name,size", pname, psize)
pads[pname] = [''] * psize