bench/xcu1525: use specific output_dir per channel (to allow // build of bitstreams for the different channels).

This commit is contained in:
Florent Kermarrec 2020-11-06 10:47:26 +01:00
parent 0890908a63
commit 4d1f4d5052
1 changed files with 1 additions and 1 deletions

View File

@ -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: