Commit 54b56e39 authored by Dimitris Lampridis's avatar Dimitris Lampridis

sim: disable verbose info messages from wishbone crossbars

parent 3f55ca7e
general-cores @ 0ed0cf1d
Subproject commit a50772ea3d4687226fbb6339bd951137946c7ad5
Subproject commit 0ed0cf1d2d8b21a9d92fea949a1ccaa03d9883a2
urv-core @ 5c7e906c
Subproject commit 70e9e78f740aa7f4d8168ccaa003bf3924824284
Subproject commit 5c7e906ceb6b15f53830061c9087cce0befef13a
......@@ -385,6 +385,7 @@ begin -- arch
U_Local_Interconnect : xwb_crossbar
generic map (
g_VERBOSE => FALSE,
g_NUM_MASTERS => 1,
g_NUM_SLAVES => c_SLAVE_NUM,
g_REGISTERED => TRUE,
......
......@@ -275,6 +275,7 @@ begin -- arch
U_Host_Access_CB : xwb_crossbar
generic map (
g_VERBOSE => FALSE,
g_NUM_MASTERS => 1,
g_NUM_SLAVES => c_HAC_WISHBONE_MASTERS,
g_REGISTERED => TRUE,
......@@ -291,6 +292,7 @@ begin -- arch
U_Shared_Interconnect : xwb_crossbar
generic map (
g_VERBOSE => FALSE,
g_NUM_MASTERS => c_SI_WISHBONE_SLAVES,
g_NUM_SLAVES => c_SI_WISHBONE_MASTERS,
g_REGISTERED => TRUE,
......
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