Commit 33aff00c authored by Maciej Lipinski's avatar Maciej Lipinski

[board/{spec,svec,vfchd}] provide explicitely path to LM32 binary

This is done since the user must provide proper path as well
parent 162ca909
......@@ -416,6 +416,7 @@ begin -- architecture top
generic map (
g_simulation => 0,
g_with_external_clock_input => TRUE,
g_dpram_initf => "../../bin/wrpc/wrc_phy8.bram",
g_fabric_iface => ETHERBONE)
port map (
areset_n_i => areset_n,
......
......@@ -348,6 +348,7 @@ begin -- architecture top
cmp_xwrc_board_svec : xwrc_board_svec
generic map (
g_with_external_clock_input => TRUE,
g_dpram_initf => "../../bin/wrpc/wrc_phy8.bram",
g_fabric_iface => ETHERBONE)
port map (
clk_20m_vcxo_i => clk_20m_vcxo_i,
......
......@@ -396,6 +396,7 @@ begin -- architecture top
cmp_xwrc_board_vfchd : xwrc_board_vfchd
generic map (
g_with_external_clock_input => TRUE,
g_dpram_initf => "../../bin/wrpc/wrc_phy8.mif",
g_fabric_iface => ETHERBONE)
port map (
clk_board_125m_i => clk_board_125m_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