Commit 3812f0a4 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

spec_top: fix EB core sdb descriptor for wrpc

Conflicts:

	top/spec_1_1/wr_core_demo/spec_top.vhd
parent 9ae8f391
......@@ -653,7 +653,8 @@ begin
g_virtual_uart => true,
g_aux_clks => 0,
g_ep_rxbuf_size => 1024,
g_dpram_initf => "", --wrc.ram",
g_dpram_initf => "wrc.ram",
g_aux_sdb => c_etherbone_sdb,
g_dpram_size => 90112/4, --16384,
g_interface_mode => PIPELINED,
g_address_granularity => BYTE)
......
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