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

Subversion Repositories t80

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 23 to Rev 24
    Reverse comparison

Rev 23 → Rev 24

/trunk/rtl/vhdl/T80se.vhd
159,7 → 159,7
MREQ_n <= IORQ;
end if;
else
if (TState = "001" or (TState = "010" and READY = '0')) and Write = '1' then
if (TState = "001" or (TState = "010" and Wait_n = '0')) and Write = '1' then
WR_n <= '0';
IORQ_n <= not IORQ;
MREQ_n <= IORQ;
/trunk/rtl/vhdl/T80s.vhd
166,7 → 166,7
MREQ_n <= IORQ;
end if;
else
if (TState = "001" or (TState = "010" and READY = '0')) and Write = '1' then
if (TState = "001" or (TState = "010" and Wait_n = '0')) and Write = '1' then
WR_n <= '0';
IORQ_n <= not IORQ;
MREQ_n <= IORQ;

powered by: WebSVN 2.1.0

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