projects
/
pinmux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
348986f
)
adding comment to cellnumber function
author
rishucoding
<rishucoding@gmail.com>
Tue, 12 Jun 2018 09:34:30 +0000
(15:04 +0530)
committer
rishucoding
<rishucoding@gmail.com>
Tue, 12 Jun 2018 09:34:30 +0000
(15:04 +0530)
src/bsv/actual_pinmux.py
patch
|
blob
|
history
diff --git
a/src/bsv/actual_pinmux.py
b/src/bsv/actual_pinmux.py
index c382e7e512cc05ddd12227da7c72398ca8fe9522..6899172189883eb0cdca7baa1ebadbdc8c714662 100644
(file)
--- a/
src/bsv/actual_pinmux.py
+++ b/
src/bsv/actual_pinmux.py
@@
-23,7
+23,7
@@
dedicated_wire = '''
digits = maketrans('0123456789', ' ' * 10) # delete space later
-def cn(idx):
+def cn(idx):
# idx is an integer
return "cell%s_mux" % str(idx)