Skip to content

Commit 1be29ad

Browse files
committed
edit doc
1 parent 6a48180 commit 1be29ad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

hls4ml/backends/vitis/vitis_backend.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ def create_initial_config(
5454
'io_parallel' or 'io_stream'. Defaults to 'io_parallel'.
5555
namespace (str, optional): If defined, place all generated code within a namespace. Defaults to None.
5656
write_weights_txt (bool, optional): If True, writes weights to .txt files which speeds up compilation.
57-
Defaults to False.
58-
write_tar (bool, optional): If True, compresses the output directory into a .tar.gz file. Defaults to True.
57+
Defaults to True.
58+
write_tar (bool, optional): If True, compresses the output directory into a .tar.gz file. Defaults to False.
5959
6060
Returns:
6161
dict: initial configuration.

hls4ml/backends/vivado/vivado_backend.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ def create_initial_config(
195195
'io_parallel' or 'io_stream'. Defaults to 'io_parallel'.
196196
namespace (str, optional): If defined, place all generated code within a namespace. Defaults to None.
197197
write_weights_txt (bool, optional): If True, writes weights to .txt files which speeds up compilation.
198-
Defaults to False.
199-
write_tar (bool, optional): If True, compresses the output directory into a .tar.gz file. Defaults to True.
198+
Defaults to True.
199+
write_tar (bool, optional): If True, compresses the output directory into a .tar.gz file. Defaults to False.
200200
201201
Returns:
202202
dict: initial configuration.

0 commit comments

Comments
 (0)