mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Pass --csr-json to the Builder
This commit is contained in:
parent
b69f2993e4
commit
eb49ec217e
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue