Skip to content
Snippets Groups Projects
Commit 625b49ac authored by Pascal Engeler's avatar Pascal Engeler
Browse files

Changed initial value for FF pruning

parent c5a8bbdb
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ signal sinInternal : STD_LOGIC_VECTOR(20 downto 0);
signal cosInternal : STD_LOGIC_VECTOR(20 downto 0);
signal dataInternal : STD_LOGIC_VECTOR(20 downto 0);
signal trigInternal : STD_LOGIC := '0';
signal enableInternal : STD_LOGIC := '0';
signal enableInternal : STD_LOGIC := '1';
signal clearInternal : STD_LOGIC := '0';
signal n_samples_int : STD_LOGIC_VECTOR(31 downto 0) := (others => '0');
signal idle_int: STD_LOGIC := '1';
......
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