aboutsummaryrefslogtreecommitdiff
path: root/rtl/modexpng_parameters_x8.vh
AgeCommit message (Collapse)Author
2020-03-25Sadly, we can't meet timing in a general-purpose HSM design withHEADmasterPaul Selkirk
NUM_MULTS=32, so back it off to 16 by default.
2020-03-16Increase NUM_MULTS to 32.Paul Selkirk
This required finding and fixing every function that had a baked-in assumption that NUM_MULTS=8.
2020-03-14Moved modexpng from user/shatov to core/math.Paul Selkirk
Changed all copyrights from Nordunet to Commons Conservancy, since they've been the copyright holder since the end of 2018.
2019-10-23Added missing copyright headers.Pavel V. Shatov (Meister)
2019-10-01Redesigned core architecture, unified bank structure. All storage blocks nowPavel V. Shatov (Meister)
have eight 4kbit entries and occupy one 36K BRAM tile.
2019-10-01Major rewrite (different core hierarchy, buses, wrappers, etc).Pavel V. Shatov (Meister)
2019-10-01Started working on the pipelined Montgomery modular multiplier. Currently canPavel V. Shatov (Meister)
do the "square" part of the multiplication, i.e. compute the twice larger intermediate product AB = A * B.