Skip to content
Snippets Groups Projects
Commit 856708ff authored by Davi SPERANDIO AGATTI's avatar Davi SPERANDIO AGATTI
Browse files

first edit on IIR Branch

parent c376babc
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ end entity controlUnit;
architecture archi_operativeUnit of controlUnit is
type T_state is (WAIT_SAMPLE, STORE, PROCESSING_LOOP, OUTPUT, WAIT_END_SAMPLE); -- state list
type T_state is (WAIT_SAMPLE, STORE, PROCESSING_LOOP1,PROCESSING_LOOP2, OUTPUT, WAIT_END_SAMPLE); -- state list
signal SR_presentState : T_state;
signal SR_futurState : T_state;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment