Skip to content
Snippets Groups Projects
Commit 1563cf8c authored by DESNOYERS Lucie's avatar DESNOYERS Lucie
Browse files
parents 05c8ebeb 44503858
No related branches found
No related tags found
No related merge requests found
...@@ -185,10 +185,10 @@ begin ...@@ -185,10 +185,10 @@ begin
elsif rising_edge (I_clock) then elsif rising_edge (I_clock) then
if I_loadOutput='1' then if I_loadOutput='1' then
if SR_sum(14)='1' then if SC_addResult(14)='1' then
SR_filteredSample <= SR_sum(30 downto 15)+1; SR_filteredSample <= SC_addResult(30 downto 15)+1;
else else
SR_filteredSample <= SR_sum(30 downto 15); SR_filteredSample <= SC_addResult(30 downto 15);
end if; end if;
end if; end if;
end if; end if;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment