Skip to content
Snippets Groups Projects
Commit c58840d7 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra
Browse files

wbgen2: arria5 does not support this read ordering

parent 75977fc4
Branches
Tags
No related merge requests found
......@@ -58,7 +58,7 @@ architecture syn of wbgen2_dpssram is
g_data_width : natural;
g_size : natural;
g_with_byte_enable : boolean;
g_addr_conflict_resolution : string := "read_first";
g_addr_conflict_resolution : string := "dont_care";
g_init_file : string := "";
g_dual_clock : boolean);
port (
......
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