aboutsummaryrefslogtreecommitdiff
path: root/src/tb/tb_keywrap_mkmif.v
AgeCommit message (Collapse)Author
2018-12-07Solved event loop.Joachim Strömbergson
2018-11-27Adding test that tries to write a key into the serial memory.Joachim Strömbergson
2018-11-27Adding check that correct status word was written into the serial memory.Joachim Strömbergson
2018-11-23Added ability observe mkmif state. Realized that the write operation handler ↵Joachim Strömbergson
was under read operation handling. Fixed this and now status write works. We can observe 0xdeadbeef in the memory after status write operation.
2018-11-23Updated display of states. We can now observe correct init of the memory.Joachim Strömbergson
2018-11-23Adding task to dump parts of the contents of the serial memory.Joachim Strömbergson
2018-11-23Added observation of mem internal control states.Joachim Strömbergson
2018-11-23Enabled spi observation and can see that SPI interface is alive when pulling ↵Joachim Strömbergson
init.
2018-11-23Adding test case for mem init. Removing auto-load test case since the dut ↵Joachim Strömbergson
does not support auto load. Updating the write status test case to use wait_ready() for dut status.
2018-11-22Adding outputs to observe dut API. Adding support in Makefile for using the ↵Joachim Strömbergson
vendor supplied memory model.
2018-11-06Fixed incorrect address used for the key. Added testcase to verify reading ↵Joachim Strömbergson
of status word.
2018-11-06Adding test case to observe auto-load of key and status after reset.Joachim Strömbergson
2018-10-30Integrated the DUT into the testbench and update Makefile to build the sim ↵Joachim Strömbergson
target-
2018-09-28Adding initial version of testbench for the mkmif wrapper.Joachim Strömbergson