Skip to content
Snippets Groups Projects
Commit d542f4b8 authored by Kenneth Hiemstra's avatar Kenneth Hiemstra
Browse files

fixed QSYS when using mm_clk/PLL from ctrl_unb1_board.vhd

parent 8fde0254
No related branches found
No related tags found
No related merge requests found
......@@ -331,7 +331,7 @@ BEGIN
u_qsys : qsys_unb1_test
PORT MAP (
clk_0 => mm_clk,
reset_n => mm_rst,
reset_n => NOT mm_rst,
-- the_avs_eth_0
coe_clk_export_from_the_avs_eth_0 => OPEN,
......
......@@ -982,7 +982,7 @@ BEGIN
GENERIC MAP (
g_technology => g_technology,
g_tech_ddr => c_ddr_master,
g_sim => g_sim,
g_use_ddr_memory_model => g_sim,
g_wr_data_w => c_st_dat_w,
g_rd_data_w => c_st_dat_w
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment