Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-16 | Added the regs missing in reset also in the old aes core. | Joachim Strömbergson | |
2018-07-04 | (1) Added NIST KWP test to core. (2) Moved all other tests in core tb to a ↵ | Joachim Strömbergson | |
separate task. (3) Minor cleanup in top tb. | |||
2018-07-04 | Added a test case for AES with test vectors from processing NIST KWP keywrap ↵ | Joachim Strömbergson | |
operation. This verifies that we are using the AES core correctly in the keywrap core. But it is a new test vector for AES too. | |||
2018-06-14 | Added CC_FLAGS and LINT_FLAGS. | Joachim Strömbergson | |
2018-05-22 | Added missing implementation results for Xilinx Artix7. | Joachim Strömbergson | |
2018-05-22 | Added wait_ready task to allow test cases to wait for the core to complete ↵ | Joachim Strömbergson | |
an operation. This makes it possible to measure cycles for an operation. | |||
2017-12-15 | Adding the error port that went missing. Sloppy. | Joachim Strömbergson | |
2017-12-14 | Synced the AES core rtl and testbench to github. The updates does not add or ↵ | Joachim Strömbergson | |
modify any functionality, but silence a lot of warnings, reduce code size. | |||
2017-12-14 | Adding support for linting the AES core. | Joachim Strömbergson | |
2015-12-13 | whack copyrights | Paul Selkirk | |
2015-10-02 | Fixing text error in comment. | Joachim Strömbergson | |
2015-07-17 | fix CORE_VERSION to match what we think it should be | Paul Selkirk | |
2015-05-28 | Corrected where config bits are. | Joachim Strömbergson | |
2015-05-16 | (1) Changed name and version to reflect that it is not only AES-128 and that ↵ | Joachim Strömbergson | |
the core is fairly close to done. (2) Moved counter update. | |||
2015-05-04 | (1) Changed ordet of status and config addresses to conform to what we have ↵ | Joachim Strömbergson | |
in other cores. (2) Changed to localparam to stop polluting namespace. | |||
2014-11-28 | Reworked the sbox and inverse sbox. Slighly smaller design and much shorter ↵ | Joachim Strömbergson | |
source files. | |||
2014-11-28 | Removed obsolete target. | Joachim Strömbergson | |
2014-11-27 | Adding Makefile for building simulation targets. | Joachim Strömbergson | |
2014-11-27 | Adding Python models for AES as well as key expansion and rcon. | Joachim Strömbergson | |
2014-11-27 | Adding testbenchs. | Joachim Strömbergson | |
2014-11-27 | Adding RTL source files for the AES core. | Joachim Strömbergson | |
2014-11-27 | Adding license file too. | Joachim Strömbergson | |
2014-11-27 | Adding readme for the aes core. | Joachim Strömbergson | |