Pass --csr-json to the Builder

This commit is contained in:
Vadim Kaushan 2020-01-31 18:53:50 +03:00
parent b69f2993e4
commit eb49ec217e
No known key found for this signature in database
GPG Key ID: A501C5DF67C05C4E
1 changed files with 2 additions and 1 deletions

View File

@ -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,
}