projects
/
pinmux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1961ff2
)
add print debugs
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 28 Jun 2022 10:31:43 +0000
(11:31 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 28 Jun 2022 10:31:47 +0000
(11:31 +0100)
src/jsoncreate.py
patch
|
blob
|
history
diff --git
a/src/jsoncreate.py
b/src/jsoncreate.py
index da2fb21332b7d60870a799926902ce1ce52903f8..86a92f6d60af13eb2797a1571db0709096a2361a 100644
(file)
--- a/
src/jsoncreate.py
+++ b/
src/jsoncreate.py
@@
-14,6
+14,7
@@
def pinparse(psp, pinspec):
pads = {}
for pname, psize in p.bankwidths.items():
+ print ("pad name,size", pname, psize)
pads[pname] = [''] * psize
iopads = []
@@
-214,6
+215,7
@@
def pinparse(psp, pinspec):
if 'power' not in name and 'ground' not in name:
name = 'p_' + name
if name is not None:
+ print (padbank, banknum, name)
padbank[banknum] = name
# create domains
if domain is not None: