URL
https://opencores.org/ocsvn/apbtoaes128/apbtoaes128/trunk
Subversion Repositories apbtoaes128
[/] [apbtoaes128/] [trunk/] [work/] [README] - Rev 10
Go to most recent revision | Compare with Previous | Blame | View Log
Hi folks,
10 - 20 - 2014
Opencores encourages the use of free tools for synthesis, but so far have not seen a proposal for verification IPs in the present moment and not dedicated myself to look on the site if there were people who would be doing what I'm doing. I am providing a system designed to verify the functionality of AES128 environment. Still not finished and still need to document about the process of verification of the same. Until then has only checking the ECB still lacks the test piece with CBC and CTR.
I chose the icarus verilog because it already had a previous experience with it and it provides a PLI interface that enables the use of C/C++.
I will post bugs to be solved by Design. Be patient more updates will come.
IF you want to test another cases on env go to aes_bfm_generate.h and change type_bfm = ECB_KEY_GEN_CCFIE to another constatnt where can be see on env_aes.c
10 - 23 - 2014
Added cases of CBC / CTR tests. Update BUGS.
01 - 21 - 2015
Finalized basics tests cases with checking on monitor
MODS ECB ARE OK
MODS CBC ARE OK
MODS CTR ARE OK --> The Forbidden case has a different output zero for KEY GENERATION
The basic environment is mounted and the core with the modes are tested, only missing the datatype mode to be checked.
Go to most recent revision | Compare with Previous | Blame | View Log