index
:
core/math/modexp
debug_bigoperands
master
perfopt
Modular exponentiation core
git repositories
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tb
Age
Commit message (
Expand
)
Author
2015-06-29
Adding a new testcase with 1664 bit operands. Corrected expected values for 2...
Joachim Strömbergson
2015-06-29
Introduced the explicit exponent length improvement to baseline before perfop...
Joachim Strömbergson
2015-06-15
Fixed baseline.
Joachim Strömbergson
2015-06-10
More cleanup. Adding a lot of compile flags to be able to silence the testbench.
Joachim Strömbergson
2015-06-10
Added cycle counter to the montprod testbench to measure the execution time.
Joachim Strömbergson
2015-06-03
Adding the encipher/verify test case with 1024 bit RSA key by Rob.
Joachim Strömbergson
2015-06-02
Adding sign testcase with 1024 bit operands from real RSA key.
Joachim Strömbergson
2015-06-02
Refactored into core and top.
Joachim Strömbergson
2015-05-24
Fixed names.
Joachim Strömbergson
2015-05-24
Adding two more signing test cases with e=65537 and explicit lengths for expo...
Joachim Strömbergson
2015-05-21
Added internal cycle counter. Added API addresses to extract cycle counter va...
Joachim Strömbergson
2015-05-20
(1) Removed unneeded default state. (2) Cleanup of testbench and added a bigg...
Joachim Strömbergson
2015-05-20
Changed to using modexp length register and removed the common length register.
Joachim Strömbergson
2015-05-19
Updated TB to use access ports. Added missing invalidate of residue when modu...
Joachim Strömbergson
2015-04-27
Updating modexp core to v 0.50. This version contains a working core that can...
Joachim Strömbergson
2015-04-24
(1) Adding auto generated testbench for verilog. (2) Update of the test gener...
Joachim Strömbergson
2015-04-20
Adding testbench for the residue calculator.
Joachim Strömbergson
2015-04-13
Adding testbenches for montprod and modexp. The montprod tb has testcases for...
Joachim Strömbergson