Skip to content
Snippets Groups Projects
Commit d3726bec authored by Pascal Engeler's avatar Pascal Engeler
Browse files

Fixed width

parent 66b1b71a
No related branches found
No related tags found
1 merge request!2Resolve "Distance wrapping invalidates lock sum"
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment