Skip to content

Commit f929985

Browse files
author
Enrico Lupi
committed
FIX spelling mistake
1 parent c7c5bdc commit f929985

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hls4ml/backends/vivado/passes/recurrent_templates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ def __init__(self):
435435
def format(self, node):
436436
params = self._default_function_params(node)
437437

438-
# TO DO: Add initial tates functions
438+
# TO DO: Add initial states functions
439439
'''
440440
if params['pass_initial_states'] == 'true':
441441
params['input2_t'] = node.get_input_variable(node.inputs[1]).type.name

0 commit comments

Comments
 (0)