aboutsummaryrefslogtreecommitdiff
path: root/modexp_fpga_model.cpp
AgeCommit message (Collapse)Author
2017-08-11Cosmetic changes.Pavel V. Shatov (Meister)
2017-07-05Turned systolic multiplication into a separate routine.Pavel V. Shatov (Meister)
2017-07-05Triple multiplier turns out to be an overkill in Verilog, started turningPavel V. Shatov (Meister)
systolic multiplication into a separate procedure.
2017-06-24Improved the model:Pavel V. Shatov (Meister)
* added CRT support * fixed bug in systolic array when operand width is not a multiple of array width
2017-06-13Initial commit of faster modular exponentiation model based on systolic ↵Pavel V. Shatov (Meister)
architecture.