We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b03ddec commit 76a343cCopy full SHA for 76a343c
1 file changed
src/main/resources/templates/vhdl/network.vhdl
@@ -180,13 +180,13 @@ begin
180
{%- endfor %}
181
{% endif %}
182
183
- {%- if i == runtimeMappingProcess.runtimeMappings|length-1 %}
+ {%- if i == runtimeMappingProcess.runtimeMappings|length %}
184
-- We're done!
185
{{ runtimeMappingProcess.processDoneSignal }} <= true;
186
187
188
- {%- if i == 1+runtimeMappingProcess.runtimeMappings|length %}
189
- -- We're waiting to restart!
+ {%- if i == 0 %}
+ -- We're starting the next run!
190
{{ runtimeMappingProcess.processDoneSignal }} <= false;
191
192
0 commit comments