aboutsummaryrefslogtreecommitdiff
path: root/src/tb/tb_montprod.v
AgeCommit message (Expand)Author
2015-06-29Added testcase from c model that tests montprod with a lot of bit twiddling.perfoptJoachim Strömbergson
2015-06-24Fused the s_mem init loop into the adder loop.Joachim Strömbergson
2015-06-24Small 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-22Removing 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-16Collapsing cycles for loop counter. Updating testbench to match removed cycles.Joachim Strömbergson
2015-06-15Fixed baseline.Joachim Strömbergson
2015-06-10More cleanup. Adding a lot of compile flags to be able to silence the testbench.Joachim Strömbergson
2015-06-10Added cycle counter to the montprod testbench to measure the execution time.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