From d3726bec79c94ed9f7362dbdc3e872aa46833ddb Mon Sep 17 00:00:00 2001 From: Pascal Engeler <engelerp@phys.ethz.ch> Date: Wed, 11 Sep 2024 12:46:02 +0200 Subject: [PATCH] Fixed width --- stitch_project/stitch/Stitch.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stitch_project/stitch/Stitch.vhd b/stitch_project/stitch/Stitch.vhd index e9c0c5d..e35db22 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; -- GitLab