[Cryptech-Commits] [core/math/modexp] branch perfopt updated (0b94757 -> 82649fc)

git at cryptech.is git at cryptech.is
Sat Jun 27 06:39:43 UTC 2015


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

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

      from  0b94757   Adding note about experimental fused shift functionality in the adder stage.
       new  82649fc   Adding block memory with internal address generator as used in modexp_core, but with 64 bit internal data width for the modexp_core. Adding a README to explain the purpose of the contents of the support source and what the files are for.

The 1 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/support/rtl/README.md              |  18 ++++
 src/support/rtl/blockmem_rw32ptr_r64.v | 155 +++++++++++++++++++++++++++++++++
 2 files changed, 173 insertions(+)
 create mode 100644 src/support/rtl/README.md
 create mode 100644 src/support/rtl/blockmem_rw32ptr_r64.v



More information about the Commits mailing list