projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b69f299
)
Pass --csr-json to the Builder
author
Vadim Kaushan
<admin@disasm.info>
Fri, 31 Jan 2020 15:53:50 +0000
(18:53 +0300)
committer
Vadim Kaushan
<admin@disasm.info>
Fri, 31 Jan 2020 15:53:50 +0000
(18:53 +0300)
litex/soc/integration/builder.py
patch
|
blob
|
history
diff --git
a/litex/soc/integration/builder.py
b/litex/soc/integration/builder.py
index 49951d986bd8f69e685336877d6f6774c8c6c061..06678bcb88222294db1599c0840e7d074fc2bec2 100644
(file)
--- a/
litex/soc/integration/builder.py
+++ b/
litex/soc/integration/builder.py
@@
-211,5
+211,6
@@
def builder_argdict(args):
"compile_software": not args.no_compile_software,
"compile_gateware": not args.no_compile_gateware,
"gateware_toolchain_path": args.gateware_toolchain_path,
- "csr_csv": args.csr_csv
+ "csr_csv": args.csr_csv,
+ "csr_json": args.csr_json,
}