Pass --csr-json to the Builder
This commit is contained in:
parent
b69f2993e4
commit
eb49ec217e
|
@ -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 New Issue