[Cryptech-Commits] [core/math/modexp] branch perfopt updated (c8c13f7 -> 906b9f1)
git at cryptech.is
git at cryptech.is
Tue Jun 23 08:01:07 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 c8c13f7 Made the adder and shifters words size generic. Updated the montprod and residue to use the generic adder and shifters.
new d2a9055 Updated residue module to use generic operand size.
new 906b9f1 Adding module parameters for generic operand size to modexp_core and top level localparams with explanation in modexp.v to control the core instantiation.
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/modexp.v | 77 ++++++-----
src/rtl/modexp_core.v | 3 +-
src/rtl/residue.v | 369 +++++++++++++++++++++++++-------------------------
3 files changed, 228 insertions(+), 221 deletions(-)
More information about the Commits
mailing list