Skip to content
Snippets Groups Projects
Commit 61bb343f authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Corrected width of reconfig_fromgxb.

parent 3b9d2701
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ ENTITY ip_stratixiv_gx_reconfig IS
);
PORT (
reconfig_clk : IN STD_LOGIC;
reconfig_fromgxb : IN STD_LOGIC_VECTOR(tech_ceil_div(g_nof_gx*g_fromgxb_bus_w, 4)-1 DOWNTO 0);
reconfig_fromgxb : IN STD_LOGIC_VECTOR(tech_ceil_div(g_nof_gx, 4)*g_fromgxb_bus_w-1 DOWNTO 0);
busy : OUT STD_LOGIC;
reconfig_togxb : OUT STD_LOGIC_VECTOR(g_togxb_bus_w-1 DOWNTO 0)
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment