Skip to content
Snippets Groups Projects
Commit 783dc1b2 authored by Emilien WOLFF's avatar Emilien WOLFF
Browse files

2_completes

parent d337648b
No related branches found
No related tags found
No related merge requests found
......@@ -90,6 +90,13 @@ begin
SR_nextState <= WAIT_END_SAMPLE;
end if;
when PROCESSING_LOOP =>
if I_processingDone = '1' then
SR_nextState <= OUTPUT;
else
SR_nextState <= PROCESSING_LOOP;
end if;
when others =>
SR_nextState <= WAIT_SAMPLE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment