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

Subversion Repositories light8080

[/] [light8080/] [trunk/] [vhdl/] [test/] [light8080_tb0.vhdl] - Diff between revs 31 and 41

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 31 Rev 41
Line 453... Line 453...
        cycles_to_intr <= conv_integer(data_o) + 1;
        cycles_to_intr <= conv_integer(data_o) + 1;
      else
      else
        if cycles_to_intr >= 0 then
        if cycles_to_intr >= 0 then
          cycles_to_intr <= cycles_to_intr - 1;
          cycles_to_intr <= cycles_to_intr - 1;
        end if;
        end if;
        if cycles_to_intr = 0 then
        if cycles_to_intr = 0 and inta_o = '0' then
          intr_i <= '1';
          intr_i <= '1';
        else
        elsif inta_o = '1' then
          intr_i <= '0';
          intr_i <= '0';
        end if;
        end if;
      end if;
      end if;
    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.