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

Subversion Repositories avs_aes

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /avs_aes
    from Rev 3 to Rev 4
    Reverse comparison

Rev 3 → Rev 4

/trunk/hdl/aes_ecb/avs_aes.vhd
183,16 → 183,13
-- Set the interrupt if enabed and process finished
if irq_ena = '1' and finished = '1' then
irq_i <= '1';
elsif irq_ena = '0' or avs_s1_read = '1' then
-- any read operation resets the interrupt
irq_i <= '0';
else
irq_i <= irq; -- just keep the way it is
end if;
 
-- any read operation resets the interrupt
if irq_ena = '0' or avs_s1_read = '1' then
irq_i <= '0';
else
irq_i <= irq; -- just keep the way it is
end if;
end process IRQhandling;
 
 

powered by: WebSVN 2.1.0

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