Skip to content
Snippets Groups Projects
Commit b5d79e6f authored by Wesley W. Terpstra's avatar Wesley W. Terpstra Committed by Grzegorz Daniluk
Browse files

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

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