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

Subversion Repositories t48

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /t48
    from Rev 314 to Rev 315
    Reverse comparison

Rev 314 → Rev 315

/trunk/bench/vhdl/upi_stim.vhd
263,8 → 263,8
--
procedure master_int_test is
begin
-- check master interrupt lines are low
if int_ibf_n /= '0' or int_obf /= '0' then
-- check master interrupt lines are still high
if int_ibf_n /= 'H' or int_obf /= 'H' then
fail_o <= true;
end if;
-- acknowledge
/trunk/rtl/vhdl/upi41_db_bus.vhd
232,8 → 232,8
when read_bus_i else
(others => bus_idle_level_c);
 
mint_ibf_n_o <= '1' when flags_q and ibf_q = '0' else '0';
mint_obf_o <= '1' when flags_q and obf_q = '1' else '0';
mint_ibf_n_o <= '0' when flags_q and ibf_q = '1' else '1';
mint_obf_o <= '0' when flags_q and obf_q = '0' else '1';
 
-- TODO
drq_o <= '0' when dma_q else '1';

powered by: WebSVN 2.1.0

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