[Cryptech-Commits] [core/math/modexpa7] 02/02: Force inference of distributed memory for the simple FIFO used to store carries.
git at cryptech.is
git at cryptech.is
Thu Jul 20 00:41:18 UTC 2017
This is an automated email from the git hooks/post-receive script.
meisterpaul1 at yandex.ru pushed a commit to branch systolic
in repository core/math/modexpa7.
commit c6ea5d806222263982020e6110652908799236e6
Author: Pavel V. Shatov (Meister) <meisterpaul1 at yandex.ru>
AuthorDate: Thu Jul 20 03:39:00 2017 +0300
Force inference of distributed memory for the simple FIFO used to store carries.
---
src/rtl/modexpa7_simple_fifo.v | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/rtl/modexpa7_simple_fifo.v b/src/rtl/modexpa7_simple_fifo.v
index 84c21a9..1580e38 100644
--- a/src/rtl/modexpa7_simple_fifo.v
+++ b/src/rtl/modexpa7_simple_fifo.v
@@ -25,6 +25,7 @@ module modexpa7_simple_fifo #
//
// Memory
//
+ (* RAM_STYLE="DISTRIBUTED" *)
reg [BUS_WIDTH-1:0] fifo[0:NUM_WORDS-1];
//
More information about the Commits
mailing list