aboutsummaryrefslogtreecommitdiff
path: root/src/rtl/modexpa7_wrapper.v
AgeCommit message (Collapse)Author
2017-08-28Exposed internal buffers for Montgomery factor F and modulus-dependent ↵Pavel V. Shatov (Meister)
speed-up coefficient N_COEFF so that they can be retireved and stored along with the modulus. Split coreesponding buffers into "input" and "output" banks, during pre-computation F and N_COEFF are written to read-only "output" banks, during exponentiation F and N_COEFF are read from read-write "input" banks and must be supplied by user.
2017-08-11CRT mode seems to work. Finally.Pavel V. Shatov (Meister)
Strangely enough non-CRT mode continues to work fine(!). One does not simply add a feature without breaking something else. Very suspicious...
2017-08-06 * Moved systolic processing element array into a separate module.Pavel V. Shatov (Meister)
* Finished top-level wrapper module.
2017-07-25Trying to fix the bug during calculation of SN in systolic multiplier.Pavel V. Shatov (Meister)
2017-07-24Started adding top-level wrapper.Pavel V. Shatov (Meister)
2017-06-27Start conversion to systolic architecture.Pavel V. Shatov (Meister)
2016-06-14Initial commitPaul Selkirk