diff --git a/stitch_project/stitch/LockInAccumulator.vhd b/stitch_project/stitch/LockInAccumulator.vhd index 2810449afbdfb0a9a5e4cb6ce1cbd5a21a0e0f11..c92f8f62bf60c2797857e35d3f621170eccd9985 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';