URL
https://opencores.org/ocsvn/neorv32/neorv32/trunk
[/] [neorv32/] [trunk/] [rtl/] [core/] [neorv32_bus_keeper.vhd] - Diff between revs 59 and 60
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 59 |
Rev 60 |
Line 127... |
Line 127... |
control.pending <= '1';
|
control.pending <= '1';
|
end if;
|
end if;
|
else -- pending
|
else -- pending
|
if (ack_i = '1') or (err_i = '1') then -- termination by bus system
|
if (ack_i = '1') or (err_i = '1') then -- termination by bus system
|
control.pending <= '0';
|
control.pending <= '0';
|
elsif (or_all_f(control.timeout) = '0') then -- timeout! terminate bus transfer
|
elsif (or_reduce_f(control.timeout) = '0') then -- timeout! terminate bus transfer
|
control.pending <= '0';
|
control.pending <= '0';
|
control.bus_err <= '1';
|
control.bus_err <= '1';
|
end if;
|
end if;
|
end if;
|
end if;
|
|
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.