[Cryptech-Commits] [core/math/modexp] branch perfopt updated (4f7b066 -> 46e2c53)

git at cryptech.is git at cryptech.is
Wed Jun 17 19:02:35 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  4f7b066   Fixed final big testcase to match python model.
       new  e33ebb8   Merge of s_mux and s_write to allow cycle collapsing.
       new  c6555a1   Fixed order of states.
       new  a894f3a   (1) Cleaned up bit select for operand b and a. (2) Fixed name of loop counter. (3) Reordered processes to main datapath first.
       new  46e2c53   (1) Collapsed the sm and sa adder states. Thisimoproves performance for modexp with 3%. (2) Updated montprod testbench to not use the now removed states. (3) Minor code cleanup to make it easier to work with for further improvements.

The 4 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/montprod.v   | 334 +++++++++++++++++++++++----------------------------
 src/tb/tb_montprod.v |   4 +-
 2 files changed, 152 insertions(+), 186 deletions(-)



More information about the Commits mailing list