projects
/
pinmux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3e62e6
)
continue with eint
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 21 Jul 2018 09:19:14 +0000
(10:19 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 21 Jul 2018 09:19:14 +0000
(10:19 +0100)
src/bsv/peripheral_gen.py
patch
|
blob
|
history
diff --git
a/src/bsv/peripheral_gen.py
b/src/bsv/peripheral_gen.py
index 484c870e51e24872a12e06a5fe3d951eec629fab..693a79215fc4d31fd5cc4781c13e1c56171d2b9a 100644
(file)
--- a/
src/bsv/peripheral_gen.py
+++ b/
src/bsv/peripheral_gen.py
@@
-318,7
+318,7
@@
class eint(PBase):
pname = p['name']
sname = self.peripheral.pname(pname).format(count)
ps = "pinmux.peripheral_side.%s_out" % sname
- ret.append(" wr_interr
i
pt[{0}] <= {1};".format(idx, ps))
+ ret.append(" wr_interr
u
pt[{0}] <= {1};".format(idx, ps))
for idx, p in enumerate(self.peripheral.pinspecs):
pname = p['name']
sname = self.peripheral.pname(pname).format(count)