aboutsummaryrefslogtreecommitdiff
path: root/src/tb/tb_modexp.v
AgeCommit message (Expand)Author
2015-06-30Fixed missing parenthesis in block memories that reduced mem sizes. Added tes...Joachim Strömbergson
2015-06-29Added testcases with 1024 bit and 2048 bit modulus, mem and short exponents.Joachim Strömbergson
2015-06-27Fixed the license in the header.Joachim Strömbergson
2015-06-26Added test case with small exponent and modulus, message that requires paddin...Joachim Strömbergson
2015-06-26Changed modexp core to use explicit exponent length to allow removal of paddi...Joachim Strömbergson
2015-06-26Removed extra digit in test case KAT that had creeped in.Joachim Strömbergson
2015-06-16Fixed final big testcase to match python model.Joachim Strömbergson
2015-06-16Fixed non trivial yet fairly short testcases.Joachim Strömbergson
2015-06-03Adding the encipher/verify test case with 1024 bit RSA key by Rob.Joachim Strömbergson
2015-06-02Adding sign testcase with 1024 bit operands from real RSA key.Joachim Strömbergson
2015-06-02Refactored into core and top.Joachim Strömbergson
2015-05-24Fixed names.Joachim Strömbergson
2015-05-24Adding two more signing test cases with e=65537 and explicit lengths for expo...Joachim Strömbergson
2015-05-21Added 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-20Changed to using modexp length register and removed the common length register.Joachim Strömbergson
2015-05-19Updated TB to use access ports. Added missing invalidate of residue when modu...Joachim Strömbergson
2015-04-27Updating modexp core to v 0.50. This version contains a working core that can...Joachim Strömbergson
2015-04-13Adding testbenches for montprod and modexp. The montprod tb has testcases for...Joachim Strömbergson