aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-19Use primitives from core/libHEADmasterPavel V. Shatov (Meister)
2017-09-04Updated the readme file.Pavel V. Shatov (Meister)
2017-09-04Merge branch 'systolic_crt' of git.cryptech.is:core/math/modexpa7 into systol...Pavel V. Shatov (Meister)
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-09-04Merge branch 'systolic_crt' of git.cryptech.is:core/math/modexpa7 into systol...Pavel V. Shatov (Meister)
2017-08-28Exposed internal buffers for Montgomery factor F and modulus-dependent speed-...Pavel V. Shatov (Meister)
2017-08-12Added some info to the README file.Pavel V. Shatov (Meister)
2017-08-12Added some info to the README file.Pavel V. Shatov (Meister)
2017-08-12Added STM32 code to test CRT mode in hardware.Pavel V. Shatov (Meister)
2017-08-11Minor cleanup.Pavel V. Shatov (Meister)
2017-08-11Minor cleanup, removed unused flag register 'shreg_now_latency'.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-09Added 'modexpa7_' prefix to all the low-level modules in /src/rtl/pe/ to prev...Pavel V. Shatov (Meister)
2017-08-07 * Added readme filev0.20Pavel V. Shatov (Meister)
2017-08-06Added demo program that shows how to talk to the core and sign something.Pavel V. Shatov (Meister)
2017-08-06 * Moved systolic processing element array into a separate module.Pavel V. Shatov (Meister)
2017-07-27Work in progress.Pavel V. Shatov (Meister)
2017-07-25Work in progress.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-24Started adding top-level wrapper.Pavel V. Shatov (Meister)
2017-07-23Wrote top-level module. 4096-bit core with 16-tap systolic array synthesizes ...Pavel V. Shatov (Meister)
2017-07-23Converted pe_t array into a FIFO too. No more nasty messages during synthesis...Pavel V. Shatov (Meister)
2017-07-20Force inference of distributed memory for the simple FIFO used to store carries.Pavel V. Shatov (Meister)
2017-07-20Converted pe_c_out_mem two-dimensional array into a FIFO.Pavel V. Shatov (Meister)
2017-07-19Fixed bug in systolic multiplier (swapped indices), it onlyPavel 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-04Fixed generic/vendor low-level primitives switch.Pavel V. Shatov (Meister)
2017-07-04Fixing generic/vendor primitive switching...Pavel V. Shatov (Meister)
2017-07-01Started porting generic multiplier to Xilinx primitives.Pavel V. Shatov (Meister)
2017-07-01Added generic/vendor-specific primitive selector for simulation.Pavel V. Shatov (Meister)
2017-07-01Cleaned up Verilog sourcesPavel 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-27Added generic processing elements.Pavel V. Shatov (Meister)
2017-06-27Start conversion to systolic architecture.Pavel V. Shatov (Meister)
2016-06-14Initial commitPaul Selkirk