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