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
/
tb_montprod.v
Age
Commit message (
Expand
)
Author
2015-06-24
Fused the s_mem init loop into the adder loop.
Joachim Strömbergson
2015-06-24
Small improvement in report of test result.
Joachim Strömbergson
2015-06-24
(1) Untangled the word index address generator from the product logic. (2) Up...
Joachim Strömbergson
2015-06-22
Removing stale states in FSM.
Joachim Strömbergson
2015-06-17
(1) Collapsed the sm and sa adder states. Thisimoproves performance for modex...
Joachim Strömbergson
2015-06-16
Collapsing cycles for loop counter. Updating testbench to match removed cycles.
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-04-27
Updating modexp core to v 0.50. This version contains a working core that can...
Joachim Strömbergson
2015-04-13
Adding testbenches for montprod and modexp. The montprod tb has testcases for...
Joachim Strömbergson