[Cryptech-Commits] [core/math/modexp] branch master updated (edd192a -> a8662af)

git at cryptech.is git at cryptech.is
Wed May 20 12:23:38 UTC 2015


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

joachim at secworks.se pushed a change to branch master
in repository core/math/modexp.

      from  edd192a   Updated TB to use access ports. Added missing invalidate of residue when modulus is updated. Minor cleanup.
       new  d42084b   Changed to using modexp length register and removed the common length register.
       new  a8662af   Adding new memories with internal pointers.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/rtl/blockmem2r1wptr.v        | 135 ++++++++++
 src/rtl/blockmem2rptr1w.v        | 134 ++++++++++
 src/rtl/modexp.v                 |  31 +--
 src/tb/tb_modexp.v               |  10 +-
 src/tb/tb_modexp_autogenerated.v | 538 +++++++++++++++++++--------------------
 5 files changed, 546 insertions(+), 302 deletions(-)
 create mode 100644 src/rtl/blockmem2r1wptr.v
 create mode 100644 src/rtl/blockmem2rptr1w.v



More information about the Commits mailing list