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

Subversion Repositories copyblaze

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /copyblaze/trunk
    from Rev 38 to Rev 39
    Reverse comparison

Rev 38 → Rev 39

/copyblaze/rtl/vhdl/cp_ProgramFlowControl.vhd
185,7 → 185,7
-- Traitement des commande de Push & Pop de la stack
--------------------------------------------------------------------------------
iPush <= (iCondition and Call_i) or (Interrupt_i);
iPop <= (iCondition and Return_i);
iPop <= (iCondition and Return_i) or (ReturnI_i);
--------------------------------------------------------------------------------
-- Instantiation du composant "cp_ProgramCounter"

powered by: WebSVN 2.1.0

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