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