Commit 912b3cad authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

use optimized DPRAM for faster initialization during WRPC synthesis

parent 28fd3d67
general-cores @ 0973db51
Subproject commit 0d75c0fdc0059b9ce3a8adb76a4ff14b5b795d6c Subproject commit 0973db51ec0e21f2ef961c1b6843c6672eee7f23
This diff is collapsed.
This diff is collapsed.
...@@ -468,7 +468,7 @@ begin ...@@ -468,7 +468,7 @@ begin
g_tx_runt_padding => true, g_tx_runt_padding => true,
g_pcs_16bit => false, g_pcs_16bit => false,
g_records_for_phy => true, g_records_for_phy => true,
g_dpram_initf => "wrc.ram", g_dpram_initf => "wrc.bram",
g_aux_sdb => c_etherbone_sdb, g_aux_sdb => c_etherbone_sdb,
g_dpram_size => 131072/4, g_dpram_size => 131072/4,
g_interface_mode => PIPELINED, g_interface_mode => PIPELINED,
......
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