Skip to content

Commit 91f8f83

Browse files
committed
Always write tar when using hls4ml script (for jenkins tests)
1 parent 1be29ad commit 91f8f83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/hls4ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ def _config(args, extra_args):
9191
part=args.fpga,
9292
board=args.board,
9393
clock_period=args.clock,
94+
write_tar=True,
9495
)
9596

9697
if args.model.endswith('.h5'):

0 commit comments

Comments
 (0)