[Cryptech-Commits] [core/aes] branch master updated (1ecc3b5 -> c6dbd00)
git at cryptech.is
git at cryptech.is
Thu Nov 27 14:49:27 UTC 2014
This is an automated email from the git hooks/post-receive script.
joachim at secworks.se pushed a change to branch master
in repository core/aes.
from 1ecc3b5 Adding RTL source files for the AES core.
new c6dbd00 Adding testbenchs.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/tb/tb_aes.v | 553 ++++++++++++++++++++++++++++++++++
src/tb/tb_aes_core.v | 469 +++++++++++++++++++++++++++++
src/tb/tb_aes_decipher_block.v | 411 ++++++++++++++++++++++++++
src/tb/tb_aes_encipher_block.v | 427 +++++++++++++++++++++++++++
src/tb/tb_aes_key_mem.v | 655 +++++++++++++++++++++++++++++++++++++++++
5 files changed, 2515 insertions(+)
create mode 100644 src/tb/tb_aes.v
create mode 100644 src/tb/tb_aes_core.v
create mode 100644 src/tb/tb_aes_decipher_block.v
create mode 100644 src/tb/tb_aes_encipher_block.v
create mode 100644 src/tb/tb_aes_key_mem.v
More information about the Commits
mailing list