diff --git a/stitch_project/stitch/Stitch.vhd b/stitch_project/stitch/Stitch.vhd index e9c0c5d847dd72a8c1518ea755a576da2a3dd2e2..e35db225362d8ecea0d1996cbf878ce188a5615e 100644 --- a/stitch_project/stitch/Stitch.vhd +++ b/stitch_project/stitch/Stitch.vhd @@ -212,7 +212,7 @@ Port ( CLK100 : in STD_LOGIC; sin : in STD_LOGIC_VECTOR(20 downto 0); cos : in STD_LOGIC_VECTOR(20 downto 0); - data : in STD_LOGIC_VECTOR(20 downto 0); + data : in STD_LOGIC_VECTOR(24 downto 0); trig : in STD_LOGIC; clear : in STD_LOGIC; enable : in STD_LOGIC;