projects
/
pinmux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa3f093
)
continue with eint
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 21 Jul 2018 09:11:08 +0000
(10:11 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 21 Jul 2018 09:11:08 +0000
(10:11 +0100)
src/bsv/peripheral_gen.py
patch
|
blob
|
history
diff --git
a/src/bsv/peripheral_gen.py
b/src/bsv/peripheral_gen.py
index 12ca85e4047fcdbe949ee15eaff0e21f7a6af546..e7340a4aabe9def529e4355f2c8ec4104a471400 100644
(file)
--- a/
src/bsv/peripheral_gen.py
+++ b/
src/bsv/peripheral_gen.py
@@
-315,7
+315,7
@@
class eint(PBase):
pname = p['name']
sname = self.peripheral.pname(pname).format(count)
ps = "pinmux.peripheral_side.%s_out_en" % sname
- ret.append(" {0} = 1'b1;".format(ps))
+ ret.append(" {0}
<
= 1'b1;".format(ps))
ret.append(" endrule")
return '\n'.join(ret)