Skip to content

Commit a1500e4

Browse files
author
Enrico Lupi
committed
FIX spelling mistake
1 parent e8fae54 commit a1500e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hls4ml/backends/vivado/passes/recurrent_templates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ def __init__(self):
500500
def format(self, node):
501501
params = self._default_function_params(node)
502502

503-
# TO DO: Add initial tates functions
503+
# TO DO: Add initial states functions
504504
'''
505505
if params['pass_initial_states'] == 'true':
506506
params['input2_t'] = node.get_input_variable(node.inputs[1]).type.name

0 commit comments

Comments
 (0)