Commit 8d46f8a9 authored by Tristan Gingold's avatar Tristan Gingold

Use direct instantiation of MT for svec.

parent 4a68a12e
......@@ -633,14 +633,15 @@ begin -- architecture arch
-- Mock Turtle (WB Slave)
-----------------------------------------------------------------------------
cmp_mock_turtle : mock_turtle_core
cmp_mock_turtle : entity work.mock_turtle_core
generic map (
g_CONFIG => c_MT_CONFIG,
g_WITH_RMQ => TRUE,
g_WITH_WHITE_RABBIT => TRUE)
port map (
clk_i => clk_sys_62m5,
rst_n_i => rst_sys_62m5_n,
sp_master_o => open,
sp_master_i => c_DUMMY_WB_MASTER_IN,
dp_master_o => fmc_dp_wb_out,
dp_master_i => fmc_dp_wb_in,
host_slave_i => cnx_slave_in(c_WB_SLAVE_MT),
......
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