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

Corrected double ;;. Renamed u_phy_gx into u_tech_transceiver_gx.

parent 65daa943
Branches
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
-- --
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
LIBRARY IEEE, common_lib, dp_lib, technology_lib, tech_transceiver_lib;; LIBRARY IEEE, common_lib, dp_lib, technology_lib, tech_transceiver_lib;
USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL; USE IEEE.STD_LOGIC_UNSIGNED.ALL;
USE IEEE.NUMERIC_STD.ALL; USE IEEE.NUMERIC_STD.ALL;
...@@ -124,8 +124,8 @@ BEGIN ...@@ -124,8 +124,8 @@ BEGIN
gp_out <= gp_out_tx & gp_out_rx; gp_out <= gp_out_tx & gp_out_rx;
gen_phy: IF g_sim = FALSE OR g_sim_level = 0 GENERATE gen_phy: IF g_sim = FALSE OR g_sim_level = 0 GENERATE
-- Altera's IP -- PHY IP
u_phy_gx: ENTITY tech_transceiver_lib.tech_transceiver_gx u_tech_transceiver_gx: ENTITY tech_transceiver_lib.tech_transceiver_gx
GENERIC MAP ( GENERIC MAP (
g_technology => g_technology, g_technology => g_technology,
g_data_w => g_data_w, g_data_w => g_data_w,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment