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

Un-trivialized

parent fe2b3240
No related branches found
No related tags found
No related merge requests found
......@@ -147,8 +147,7 @@ begin
dataInternal <= dataInternal;
sinApplied <= sinInternal;
cosApplied <= cosInternal;
--dataApplied <= dataInternal;
dataApplied <= (others => '0');
dataApplied <= dataInternal;
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