OpenCores
URL https://opencores.org/ocsvn/neorv32/neorv32/trunk

Subversion Repositories neorv32

[/] [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;
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.