Commit fc12608f authored by Dimitris Lampridis's avatar Dimitris Lampridis

hdl: point spec_adc top to ADC MT firmware

parent 12feca6b
......@@ -48,8 +48,7 @@ use work.ddr3_ctrl_pkg.all;
entity spec_adc_top is
generic (
g_WRPC_INITF : string := "../../../../dependencies/wr-cores/bin/wrpc/wrc_phy8.bram";
g_MT_CPU0_INITF : string := "../../../../software/firmware/tdc/wrtd-rt-tdc.bram";
g_MT_CPU1_INITF : string := "../../../../software/firmware/fd/wrtd-rt-fd.bram";
g_MT_CPU0_INITF : string := "../../../../software/firmware/adc/wrtd-rt-adc.bram";
-- Simulation-mode enable parameter. Set by default (synthesis) to 0, and
-- changed to non-zero in the instantiation of the top level DUT in the
-- testbench. Its purpose is to reduce some internal counters/timeouts
......@@ -702,7 +701,6 @@ begin -- architecture arch
generic map (
g_CONFIG => c_MT_CONFIG,
g_CPU0_IRAM_INITF => g_MT_CPU0_INITF,
g_CPU1_IRAM_INITF => g_MT_CPU1_INITF,
g_WITH_WHITE_RABBIT => TRUE)
port map (
clk_i => clk_sys_62m5,
......
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