Commit 5d2c61f7 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

spec_base_wr: forward the value of SPLL AUX Clock config generic to xwrc_board_common

parent 69137122
......@@ -763,7 +763,7 @@ begin -- architecture top
adr => wrc_out.adr or x"00020000",
sel => wrc_out.sel, we => wrc_out.we, dat => wrc_out.dat);
cmp_xwrc_board_spec : xwrc_board_spec
cmp_xwrc_board_spec : entity work.xwrc_board_spec
generic map (
g_simulation => boolean'pos(g_SIMULATION),
g_VERBOSE => g_VERBOSE,
......@@ -774,7 +774,8 @@ begin -- architecture top
g_STREAMERS_OP_MODE => g_STREAMERS_OP_MODE,
g_TX_STREAMER_PARAMS => g_TX_STREAMER_PARAMS,
g_RX_STREAMER_PARAMS => g_RX_STREAMER_PARAMS,
g_FABRIC_IFACE => g_FABRIC_IFACE)
g_FABRIC_IFACE => g_FABRIC_IFACE,
g_softpll_aux_channel_config => g_softpll_aux_channel_config)
port map (
areset_n_i => button1_n_i,
areset_edge_n_i => gn_rst_n_i,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment