[Cryptech-Commits] [core/math/modexpa7] branch systolic updated (c3d75e5 -> c6ea5d8)

git at cryptech.is git at cryptech.is
Thu Jul 20 00:41:16 UTC 2017


This is an automated email from the git hooks/post-receive script.

meisterpaul1 at yandex.ru pushed a change to branch systolic
in repository core/math/modexpa7.

    from c3d75e5  Fixed bug in systolic multiplier (swapped indices), it only worked because the testbench set both NUM_SYSTOLIC_CYCLES = 4 and SYSTOLIC_ARRAY_LENGTH = 4. Now should work with any array power, not only 2.
     new ce4b574  Converted pe_c_out_mem two-dimensional array into a FIFO.
     new c6ea5d8  Force inference of distributed memory for the simple FIFO used to store carries.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/rtl/modexpa7_simple_fifo.v         | 210 +++++++++++++++++++++++++++++++++
 src/rtl/modexpa7_systolic_multiplier.v |  83 +++++++++++--
 2 files changed, 281 insertions(+), 12 deletions(-)
 create mode 100644 src/rtl/modexpa7_simple_fifo.v



More information about the Commits mailing list