Skip to content
Snippets Groups Projects
Commit 3f59eacd authored by Reinier van der Walle's avatar Reinier van der Walle
Browse files

there is no xaui ip for arria10 technology. So the simulation model is used.

parent ad6e8e98
No related branches found
No related tags found
No related merge requests found
...@@ -88,7 +88,7 @@ BEGIN ...@@ -88,7 +88,7 @@ BEGIN
END GENERATE; END GENERATE;
gem_sim_xaui : IF c_use_sim_model=TRUE GENERATE gem_sim_xaui : IF c_use_sim_model=TRUE OR g_technology/=c_tech_stratixiv GENERATE
u0 : ENTITY work.sim_xaui u0 : ENTITY work.sim_xaui
GENERIC MAP (g_sim, g_nof_xaui) GENERIC MAP (g_sim, g_nof_xaui)
PORT MAP (tr_clk, tr_rst, cal_rec_clk, mm_clk, mm_rst, xaui_mosi, xaui_miso, PORT MAP (tr_clk, tr_rst, cal_rec_clk, mm_clk, mm_rst, xaui_mosi, xaui_miso,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment