fpga: aps6404l_wb: Fix memory arbitration bug
This commit is contained in:
parent
838a8abe7b
commit
3ecc6a4ed1
@ -93,7 +93,7 @@ begin
|
|||||||
|
|
||||||
elsif rising_edge(clk) then
|
elsif rising_edge(clk) then
|
||||||
if ap_sel = 0 then
|
if ap_sel = 0 then
|
||||||
if not (api_i.read_en or api_i.read_en) and (apd_i.read_en or apd_i.write_en) then
|
if not (api_i.read_en or api_i.write_en) and (apd_i.read_en or apd_i.write_en) then
|
||||||
ap_sel <= 1;
|
ap_sel <= 1;
|
||||||
end if;
|
end if;
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user