Skip to content
Snippets Groups Projects
Commit 77d1c242 authored by Pepping's avatar Pepping
Browse files

-Removed forcing in_val to '0' in between

parent bf002039
No related branches found
No related tags found
No related merge requests found
...@@ -132,9 +132,6 @@ begin ...@@ -132,9 +132,6 @@ begin
proc_common_wait_some_cycles(clk, 1); proc_common_wait_some_cycles(clk, 1);
END LOOP; END LOOP;
in_val <= '0';
proc_common_wait_some_cycles(clk, 32);
FOR J IN 0 TO g_fil_ppf.nof_taps-2 + 2 LOOP FOR J IN 0 TO g_fil_ppf.nof_taps-2 + 2 LOOP
FOR I IN 0 TO g_fil_ppf.nof_bands-1 LOOP FOR I IN 0 TO g_fil_ppf.nof_bands-1 LOOP
in_dat <= (OTHERS => '0'); in_dat <= (OTHERS => '0');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment