aboutsummaryrefslogtreecommitdiff
path: root/src/rtl/keywrap_mkmif.v
AgeCommit message (Collapse)Author
2018-12-07Solved event loop.integrate_mkmifJoachim 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-06Fixed incorrect address used for the key. Added testcase to verify reading ↵Joachim Strömbergson
of status word.
2018-09-28Completed syntax debug after integration of new mkmif_core wrapper.Joachim Strömbergson
2018-09-28Integrated new mkmif_core wrapper.Joachim Strömbergson
2018-09-28Some whitespace cleanup.Joachim Strömbergson
2018-09-28Completed the functionality that should be in the wrapper. Now its just ↵Joachim Strömbergson
debugging...
2018-09-28Got all states needed. Added hold registers for address and data to be written.Joachim Strömbergson
2018-09-28Adding initial version of mkmif wrapper used by keywrap_core to hide ↵Joachim Strömbergson
protocol complexity.