Commit b5d79e6f authored by Wesley W. Terpstra's avatar Wesley W. Terpstra Committed by Grzegorz Daniluk

wrc_dpram: there is no read-write conflict on this dpram

parent 5e592adb
......@@ -69,7 +69,7 @@ begin
g_data_width => 32,
g_size => g_size,
g_with_byte_enable => true,
g_addr_conflict_resolution => "read_first",
g_addr_conflict_resolution => "dont_care",
g_init_file => g_init_file,
g_dual_clock => false
)
......
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