Skip to content

Commit e40f02d

Browse files
thespsvloncar
authored andcommitted
Copy flows to config
1 parent c739c0e commit e40f02d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hls4ml/converters/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ def _check_hls_config(config, hls_config):
143143
if 'LayerType' in hls_config:
144144
config['HLSConfig']['LayerType'] = hls_config['LayerType']
145145

146+
if 'Flows' in hls_config:
147+
config['HLSConfig']['Flows'] = hls_config['Flows']
148+
146149
if 'Optimizers' in hls_config:
147150
config['HLSConfig']['Optimizers'] = hls_config['Optimizers']
148151

0 commit comments

Comments
 (0)