projects
/
pinmux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
029ab12
)
comment out dedicated peripherals for now
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 21 Jul 2018 05:15:31 +0000
(06:15 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 21 Jul 2018 05:15:31 +0000
(06:15 +0100)
src/bsv/peripheral_gen.py
patch
|
blob
|
history
diff --git
a/src/bsv/peripheral_gen.py
b/src/bsv/peripheral_gen.py
index a4cadb69155d219c47435cd767750d1775631147..4019361c884eb5de7ad4151f494c8f14f0b9939a 100644
(file)
--- a/
src/bsv/peripheral_gen.py
+++ b/
src/bsv/peripheral_gen.py
@@
-269,7
+269,7
@@
class qspi(PBase):
ret.append(" // XXX NSS and CLK are hard-coded master")
ret.append(" // TODO: must add qspi slave-mode")
ret.append(" rule con_%s%d_io_in" % (name, count))
- ret.append(" {0}{1}.out.io_i(".format(name, count))
+ ret.append(" {0}{1}.out.io_i(
{
".format(name, count))
for p in self.peripheral.pinspecs:
typ = p['type']
pname = p['name']