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/trunk
    from Rev 9 to Rev 10
    Reverse comparison

Rev 9 → Rev 10

/hdl/aes_ecb/keygenerate.vhd
1,6 → 1,6
--------------------------------------------------------------------------------
-- This file is part of the project MYPROJECTNAME
-- see: MYPROJECTURL
-- This file is part of the project avs_aes
-- see: http://opencores.org/project,avs_aes
--
-- description: - THIS COMPONENT IS OBSOLETE!!!
-- Generates all roundkeys for the AES algorithm. in each round on key is used
/hdl/aes_ecb/memory_word.vhd
1,6 → 1,6
--------------------------------------------------------------------------------
-- This file is part of the project MYPROJECTNAME
-- see: MYPROJECTURL
-- This file is part of the project avs_aes
-- see: http://opencores.org/project,avs_aes
--
-- description: Register - nothing special
--
/hdl/aes_ecb/shiftrow_fwd.vhd
1,6 → 1,6
--------------------------------------------------------------------------------
-- This file is part of the project MYPROJECTNAME
-- see: MYPROJECTURL
-- This file is part of the project avs_aes
-- see: http://opencores.org/project,avs_aes
--
-- description: (Encryption implementation of Shiftrow)
-- Shift Row rotates the Rows of the AES Block
/hdl/aes_ecb/shiftrow.vhd
1,6 → 1,6
--------------------------------------------------------------------------------
-- This file is part of the project MYPROJECTNAME
-- see: MYPROJECTURL
-- This file is part of the project avs_aes
-- see: http://opencores.org/project,avs_aes
--
-- description: (THIS IS ONLY THE ENTITY FOR THE SHIFTROW COMPONENTS)
-- Shift Row rotates the Rows of the AES Block
/hdl/aes_ecb/avs_aes_tb.vhd
1,6 → 1,6
--------------------------------------------------------------------------------
-- This file is part of the project MYPROJECTNAME
-- see: MYPROJECTURL
-- This file is part of the project avs_aes
-- see: http://opencores.org/project,avs_aes
--
-- description:
-- Simple testbench for the avalon interface avs_aes together with aes_core.
/hdl/aes_ecb/aes_fsm_decrypt.vhd
1,6 → 1,6
-------------------------------------------------------------------------------
-- This file is part of the project MYPROJECTNAME
-- see: MYPROJECTURL
-- This file is part of the project avs_aes
-- see: http://opencores.org/project,avs_aes
--
-- description:
-- Statemachine controlling the decryption datapath within aes_core.vhd does no
/hdl/aes_ecb/mixcol_inv.vhd
1,6 → 1,6
--------------------------------------------------------------------------------
-- This file is part of the project MYPROJECTNAME
-- see: MYPROJECTURL
-- This file is part of the project avs_aes
-- see: http://opencores.org/project,avs_aes
--
-- description:
-- Mix the columns of the AES Block (decryption version)
/hdl/aes_ecb/addroundkey.vhd
1,6 → 1,6
-------------------------------------------------------------------------------
-- This file is part of the project MYPROJECTNAME
-- see: MYPROJECTURL
-- This file is part of the project avs_aes
-- see: http://opencores.org/project,avs_aes
--
-- description:
-- AddRoundKey module for AES algorithm, basically a simple XOR for states and
/hdl/aes_ecb/sbox.vhd
1,6 → 1,6
------------------------------------------------------------------------------
-- This file is part of the project MYPROJECTNAME
-- see: MYPROJECTURL
-- This file is part of the project avs_aes
-- see: http://opencores.org/project,avs_aes
--
-- description:
-- Sbox implements a lookup ROM for nonlinear substitution of a Bytearray.
/hdl/aes_ecb/aes_core.vhd
1,6 → 1,6
-------------------------------------------------------------------------------
-- This file is part of the project MYPROJECTNAME
-- see: MYPROJECTURL
-- This file is part of the project avs_aes
-- see: http://opencores.org/project,avs_aes
--
-- description:
-- Complete structural description of the AES core. No processes or protocol
/hdl/aes_ecb/shiftrow_inv.vhd
1,6 → 1,6
--------------------------------------------------------------------------------
-- This file is part of the project MYPROJECTNAME
-- see: MYPROJECTURL
-- This file is part of the project avs_aes
-- see: http://opencores.org/project,avs_aes
--
-- description: DECRYPTION implementation of Shift row.
-- Shift Row rotates the Rows of the AES Block
/hdl/aes_ecb/aes_fsm_encrypt.vhd
1,6 → 1,6
-------------------------------------------------------------------------------
-- This file is part of the project MYPROJECTNAME
-- see: MYPROJECTURL
-- This file is part of the project avs_aes
-- see: http://opencores.org/project,avs_aes
--
-- description:
-- Statemachine controlling the encryption datapath within aes_core.vhd does no
/hdl/aes_ecb/avs_aes.vhd
1,6 → 1,6
--------------------------------------------------------------------------------
-- This file is part of the project MYPROJECTNAME
-- see: MYPROJECTURL
-- This file is part of the project avs_aes
-- see: http://opencores.org/project,avs_aes
--
-- description:
-- Avalon Slave bus interface for aes_core. Top level component to integrate
/hdl/aes_ecb/aes_ecb_pkg.vhd
1,6 → 1,6
-------------------------------------------------------------------------------
-- This file is part of the project MYPROJECTNAME
-- see: MYPROJECTURL
-- This file is part of the project avs_aes
-- see: http://opencores.org/project,avs_aes
--
-- description:
-- Central file for definition of types and global functions for handling of
/hdl/aes_ecb/keyexpansionV2.vhd
1,6 → 1,6
--------------------------------------------------------------------------------
-- This file is part of the project MYPROJECTNAME
-- see: MYPROJECTURL
-- This file is part of the project avs_aes
-- see: http://opencores.org/project,avs_aes
--
-- description: hardware keyexpansion core.
-------------------------------------------------------------------------------
/hdl/aes_ecb/sboxM4k.vhd
1,6 → 1,6
--------------------------------------------------------------------------------
-- This file is part of the project MYPROJECTNAME
-- see: MYPROJECTURL
-- This file is part of the project avs_aes
-- see: http://opencores.org/project,avs_aes
--
-- description:
-- instantiation of an Altera M4K blockram as dual port ROM
/hdl/aes_ecb/sbox_arch1.vhd
1,6 → 1,6
----------------------------------------------------------------------------
-- This file is part of the project MYPROJECTNAME
-- see: MYPROJECTURL
-- This file is part of the project avs_aes
-- see: http://opencores.org/project,avs_aes
--
-- description:
-- Sbox implements a lookup ROM for nonlinear substitution of a Bytearray.
/hdl/aes_ecb/mux2.vhd
1,6 → 1,6
--------------------------------------------------------------------------------
-- This file is part of the project MYPROJECTNAME
-- see: MYPROJECTURL
-- This file is part of the project avs_aes
-- see: http://opencores.org/project,avs_aes
--
-- description: Mux2, 2-Port-N-Bit Bit Mulitplexer
--
/hdl/aes_ecb/mixcol_fwd.vhd
1,6 → 1,6
--------------------------------------------------------------------------------
-- This file is part of the project MYPROJECTNAME
-- see: MYPROJECTURL
-- This file is part of the project avs_aes
-- see: http://opencores.org/project,avs_aes
--
-- description:
-- Mix the columns of the AES Block (encryption version)
/hdl/aes_ecb/mixcol.vhd
1,6 → 1,6
--------------------------------------------------------------------------------
-- This file is part of the project MYPROJECTNAME
-- see: MYPROJECTURL
-- This file is part of the project avs_aes
-- see: http://opencores.org/project,avs_aes
--
-- description:
-- This is only the entity to the architectures fwd and INV of mixcolumn as
/hdl/aes_ecb/mux3.vhd
1,6 → 1,6
--------------------------------------------------------------------------------
-- This file is part of the project MYPROJECTNAME
-- see: MYPROJECTURL
-- This file is part of the project avs_aes
-- see: http://opencores.org/project,avs_aes
--
-- description: Mux2, 3-Port-N-Bit Bit Mulitplexer
--

powered by: WebSVN 2.1.0

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