aboutsummaryrefslogtreecommitdiff
path: root/src/tb
AgeCommit message (Expand)Author
2017-09-04Cleaned up the core wrapper testbench.Pavel V. Shatov (Meister)
2017-09-04Updated STM32 demo program to show how to use the precomputation block.Pavel V. Shatov (Meister)
2017-08-12Added some info to the README file.Pavel V. Shatov (Meister)
2017-08-11CRT mode seems to work. Finally.Pavel V. Shatov (Meister)
2017-08-11Work in progress.Pavel V. Shatov (Meister)
2017-08-06 * Moved systolic processing element array into a separate module.Pavel V. Shatov (Meister)
2017-07-25Wide operand loader needs simplification...Pavel V. Shatov (Meister)
2017-07-25Trying to fix the bug during calculation of SN in systolic multiplier.Pavel V. Shatov (Meister)
2017-07-19Added pre-multiplication step.Pavel V. Shatov (Meister)
2017-07-19Finished modular exponentiation module:Pavel V. Shatov (Meister)
2017-07-18Started adding exponentiator module w/ testbench.Pavel V. Shatov (Meister)
2017-07-13Systolic multiplier simplified a bit:Pavel V. Shatov (Meister)
2017-07-10 * made separate file for low-level settingsPavel V. Shatov (Meister)
2017-07-01Added generic/vendor-specific primitive selector for simulation.Pavel V. Shatov (Meister)
2017-07-01Added 512-bit test vectorPavel V. Shatov (Meister)
2017-07-01Finished modulus-dependent coefficient calculation module:Pavel V. Shatov (Meister)
2017-06-27Added test vectors, use scripts from the C model to (re-)generate them.Pavel V. Shatov (Meister)
2017-06-27Added Montgomery modulus-dependent coefficient calculation blockPavel V. Shatov (Meister)
2017-06-27Added Montgomery factor calculation blockPavel V. Shatov (Meister)
2017-06-27Added systolic modular multiplier w/ testbench.Pavel V. Shatov (Meister)
2017-06-27Start conversion to systolic architecture.Pavel V. Shatov (Meister)
2016-06-14Initial commitPaul Selkirk