From d3f63619d310aa098c87292d3f7d8f333bc5e4a8 Mon Sep 17 00:00:00 2001 From: Pascal <engelerp@phys.ethz.ch> Date: Thu, 29 Aug 2024 11:17:38 +0200 Subject: [PATCH] Un-trivialized --- stitch_project/stitch/LockInAccumulator.vhd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stitch_project/stitch/LockInAccumulator.vhd b/stitch_project/stitch/LockInAccumulator.vhd index 2810449..c92f8f6 100644 --- a/stitch_project/stitch/LockInAccumulator.vhd +++ b/stitch_project/stitch/LockInAccumulator.vhd @@ -147,8 +147,7 @@ begin dataInternal <= dataInternal; sinApplied <= sinInternal; cosApplied <= cosInternal; - --dataApplied <= dataInternal; - dataApplied <= (others => '0'); + dataApplied <= dataInternal; trigInternal <= '1'; enableInternal <= '1'; clearInternal <= '0'; -- GitLab