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

small tests

parent 564dfd18
Branches main
No related tags found
No related merge requests found
...@@ -116,7 +116,7 @@ begin ...@@ -116,7 +116,7 @@ begin
-- O_initSum <= '1' when (SR_presentState = STORE) else -- O_initSum <= '1' when (SR_presentState = STORE) else
-- I_processingDone when (SR_presentState = PROCESSING_LOOP_1) else '0'; -- I_processingDone when (SR_presentState = PROCESSING_LOOP_1) else '0';
O_initSum <= '1' when (SR_presentState = STORE) else '0'; O_initSum <= '1' when (SR_presentState = STORE) else '0';
O_loadSum <= '1' when (SR_presentState = PROCESSING_LOOP_1) else O_loadSum <= not(I_processingDone) when (SR_presentState = PROCESSING_LOOP_1) else
'1' when (SR_presentState = PROCESSING_LOOP_2) else '0'; '1' when (SR_presentState = PROCESSING_LOOP_2) else '0';
O_loadOutput <= '1' when (SR_presentState = OUTPUT) else '0'; O_loadOutput <= '1' when (SR_presentState = OUTPUT) else '0';
O_FilteredSampleValid <= '1' when (SR_presentState = WAIT_END_SAMPLE) else '0'; O_FilteredSampleValid <= '1' when (SR_presentState = WAIT_END_SAMPLE) else '0';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment