From 4db8710fc402e763b1d0d5e04bd0fb8fd506d219 Mon Sep 17 00:00:00 2001
From: Pascal <engelerp@phys.ethz.ch>
Date: Fri, 30 Aug 2024 08:44:17 +0200
Subject: [PATCH] Reverted trivialization

---
 stitch_project/stitch/LockInAccumulator.vhd | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/stitch_project/stitch/LockInAccumulator.vhd b/stitch_project/stitch/LockInAccumulator.vhd
index b0e4de0..c92f8f6 100644
--- a/stitch_project/stitch/LockInAccumulator.vhd
+++ b/stitch_project/stitch/LockInAccumulator.vhd
@@ -147,9 +147,7 @@ begin
                 dataInternal <= dataInternal;
                 sinApplied <= sinInternal;
                 cosApplied <= cosInternal;
-                --dataApplied <= dataInternal;
-                dataApplied(0) <= '1';
-                dataApplied(20 downto 1) <= (others => '0');
+                dataApplied <= dataInternal;
                 trigInternal <= '1';
                 enableInternal <= '1';
                 clearInternal <= '0';
-- 
GitLab