Skip to content
Snippets Groups Projects
Commit 33a600a1 authored by Pepping's avatar Pepping
Browse files

-Created variable gapsize in in_val

parent 36905b70
No related branches found
No related tags found
No related merge requests found
...@@ -142,7 +142,7 @@ begin ...@@ -142,7 +142,7 @@ begin
proc_common_wait_some_cycles(clk, 1); proc_common_wait_some_cycles(clk, 1);
END LOOP; END LOOP;
in_val <= '0'; in_val <= '0';
proc_common_wait_some_cycles(clk, 32); proc_common_wait_some_cycles(clk, 1+J);
END LOOP; END LOOP;
in_dat <= (OTHERS => '0'); in_dat <= (OTHERS => '0');
in_val <= '0'; in_val <= '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