Commit 4d1f4d50 authored by Florent Kermarrec's avatar Florent Kermarrec

bench/xcu1525: use specific output_dir per channel (to allow // build of...

bench/xcu1525: use specific output_dir per channel (to allow // build of bitstreams for the different channels).
parent 0890908a
......@@ -123,7 +123,7 @@ def main():
args = parser.parse_args()
soc = BenchSoC(uart=args.uart, channel=int(args.channel, 0), with_bist=args.with_bist)
builder = Builder(soc, csr_csv="csr.csv")
builder = Builder(soc, output_dir="build/xcu1525_ch{}".format(args.channel), csr_csv="csr.csv")
builder.build(run=args.build)
if args.load:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment