projects
/
pinmux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5addf8
)
split out slow memory map to separate file
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 28 Jul 2018 04:43:26 +0000
(
05:43
+0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 28 Jul 2018 04:43:26 +0000
(
05:43
+0100)
src/bsv/pinmux_generator.py
patch
|
blob
|
history
diff --git
a/src/bsv/pinmux_generator.py
b/src/bsv/pinmux_generator.py
index f5194352e9d9faa365ad36a4b640b822205d89dc..943f1675af65509a6a87cd25358a21b5bbdf6e93 100644
(file)
--- a/
src/bsv/pinmux_generator.py
+++ b/
src/bsv/pinmux_generator.py
@@
-130,6
+130,7
@@
def write_slow(slow, slowt, slowmf, slowmt, p, ifaces, iocells):
pincon, inst, mkplic,
numsloirqs, ifacedef,
inst2))
+
with open(slowmf, "w") as bsv_file:
bsv_file.write(slowmt.format(regdef, slavedecl, fnaddrmap))