aboutsummaryrefslogtreecommitdiff
path: root/src/tb/tb_keywrap_core.v
AgeCommit message (Collapse)Author
2018-09-14Adding support for automatic A-value and RLEN calculation. Adding support ↵auto_magicJoachim Strömbergson
for checking that unwrapped data is valid.
2018-09-04Updated testbench to handle parameterized core.Joachim Strömbergson
2018-07-05Removed the streaming interface in favor of a normal address based ↵Joachim Strömbergson
interface. A bit more kludgy, esp since we need to use bank switching to be able to provide enough address space. But this removes a possible problem of the streaming address counter running wild.
2018-07-01Connected the dut in the core testbench.Joachim Strömbergson
2018-06-26Adding more functionality in the core. Updated Makefile to build and ↵Joachim Strömbergson
simulate with the AES core. Minor update to header and README. Clarified that it is RFC 5649 we are implementing.