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

accumulator changed to extract sin/cos

parent 7992a296
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,9 @@ begin
dataInternal <= dataInternal;
sinApplied <= sinInternal;
cosApplied <= cosInternal;
dataApplied <= dataInternal;
--dataApplied <= dataInternal;
dataApplied(0) <= '1';
dataApplied(20 downto 1) <= (others => '0');
trigInternal <= '1';
enableInternal <= '1';
clearInternal <= '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