[Cryptech-Commits] [user/js/keywrap] branch master updated (b1b208d -> 1d9543b)

git at cryptech.is git at cryptech.is
Fri Sep 7 08:57:44 UTC 2018


This is an automated email from the git hooks/post-receive script.

joachim at secworks.se pushed a change to branch master
in repository user/js/keywrap.

    from b1b208d  Adding delay cycle to API regs to match the latency for accessing the blockRAM. Added test case that checks access to the API regs.
     add 378cce5  Adding top level defines for setting size and address bits.
     add 860dc81  Performed Verilog parameter magic to make the design scaleable in terms of capacity. Does not yet work, but at least the linter is fairly happy.
     add e27c1af  Killed the bank switching.
     add e236151  We probably want to be able to read data too.
     add 8836e5d  Updated testbench to work with the parameterized memory.
     add 2fb042d  Updated testbench to handle parameterized core.
     add ef8a8ea  Updated rtl and tb to support parameterized memory size.
     add cc8b25b  Test write to all positions in the mem.
     add f8407a8  Removed r_bank from dump since it no longer exists.
     add 1d9543b  Updated testbench to use the new API. Verified that the new API works. No more banks.

No new revisions were added by this update.

Summary of changes:
 src/rtl/keywrap.v        | 106 ++++---
 src/rtl/keywrap_core.v   |  66 ++---
 src/rtl/keywrap_mem.v    |  58 ++--
 src/tb/tb_keywrap.v      | 723 +++++++++++++++++++++++++++--------------------
 src/tb/tb_keywrap_core.v |  47 +--
 src/tb/tb_keywrap_mem.v  |  59 ++--
 6 files changed, 593 insertions(+), 466 deletions(-)



More information about the Commits mailing list