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

Subversion Repositories light8080

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /light8080/trunk/vhdl/test
    from Rev 40 to Rev 41
    Reverse comparison

Rev 40 → Rev 41

/light8080_tb0.vhdl
455,9 → 455,9
if cycles_to_intr >= 0 then
cycles_to_intr <= cycles_to_intr - 1;
end if;
if cycles_to_intr = 0 then
if cycles_to_intr = 0 and inta_o = '0' then
intr_i <= '1';
else
elsif inta_o = '1' then
intr_i <= '0';
end if;
end if;

powered by: WebSVN 2.1.0

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