cryptography ip-cores in vhdl / verilog
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
T. Meissner 491b4df54f Move PSL stuff in generate block; add formal PSL code 6 years ago
aes Move PSL stuff in generate block; add formal PSL code 6 years ago
cbcdes moved array type definitions out of functions to head of package, instances now also in package head and are constants 12 years ago
cbcmac_aes/rtl/vhdl Add CBCMAC-AES VHDL design 6 years ago
cbcmac_des merge last changes from amc mini repo 11 years ago
cbctdes removed internal synced copy of reset_i; set ready to high in reset 12 years ago
ctraes/rtl/vhdl Add CTR-AES VHDL design 6 years ago
des merge last changes from amc mini repo 11 years ago
tdes added removing of tb_tdes binary and *.o files in clean target 12 years ago
.gitignore added ignore file 12 years ago
LICENSE.textile added GPLv2 license file 11 years ago
README.md Created Readme.md file 10 years ago

README.md

cryptocores

cryptography ip-cores in vhdl / verilog

The components in this repository are not intended for productional code. They serve as proof of concept, for example how to implement a pipeline using only (local) variables instead of (global) signals. Furthermore they were used how to do a VHDL-to-Verilog conversion for learning purposes.