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

Corrected instance of ip_stratixiv_gx_reconfig as component intead of as entity.

parent de0a11ec
No related branches found
No related tags found
No related merge requests found
...@@ -249,12 +249,12 @@ BEGIN ...@@ -249,12 +249,12 @@ BEGIN
rxp => eth_rxp rxp => eth_rxp
); );
u_gx_reconfig : ENTITY ip_stratixiv_gx_reconfig u_gx_reconfig : ip_stratixiv_gx_reconfig
GENERIC MAP ( GENERIC MAP (
g_nof_gx => c_nof_gx, g_nof_gx => c_nof_gx,
g_fromgxb_bus_w => reconfig_fromgxb'LENGTH, g_fromgxb_bus_w => reconfig_fromgxb'LENGTH,
g_togxb_bus_w => reconfig_togxb'LENGTH g_togxb_bus_w => reconfig_togxb'LENGTH
); )
PORT MAP ( PORT MAP (
reconfig_clk => cal_rec_clk, reconfig_clk => cal_rec_clk,
reconfig_fromgxb => reconfig_fromgxb, reconfig_fromgxb => reconfig_fromgxb,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment