aboutsummaryrefslogtreecommitdiff
path: root/src/tb/tb_keywrap_core.v
AgeCommit message (Collapse)Author
2020-03-31Merge branch 'integrate_mkmif' to masterPaul Selkirk
2019-01-17Adding key timeout output port to allow core to inform the top level wrapper ↵Joachim Strömbergson
that timeout has occured. Added functionality to zeroise API key registers when timout has happened. Updated all auto_zeroise test cases to check that API key registers are properly zeroised.
2018-12-09Adding support for SW to keep loaded key alive by reading status. Adding ↵Joachim Strömbergson
support for SW to trigger zeroisation of a loaded key.
2018-12-07Adding API support for key loaded status and key timeout control. Added ↵Joachim Strömbergson
ports in the core to support key status and timeout. Updated core testbench to match the new interface.
2018-09-28Completed syntax debug after integration of new mkmif_core wrapper.Joachim Strömbergson
2018-09-25Added logic to perform status word read operation from the mkm. Adding ↵Joachim Strömbergson
interfaces and registers to be able to pass mkm status to host. Updated dut instantiation in core testbench to.
2018-09-18Adding API control bits to read and write key.Joachim Strömbergson
2018-09-18Moved the mkmif instance into the core itself. Added API to read the key if ↵Joachim Strömbergson
DEBUG is set.
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.