fpga: aps6404l_wb: Fix memory arbitration bug

This commit is contained in:
Markus Koch 2024-08-14 19:15:57 +02:00
parent 838a8abe7b
commit 3ecc6a4ed1

View File

@ -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