aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel V. Shatov (Meister) <meisterpaul1@yandex.ru>2017-07-20 03:39:00 +0300
committerPavel V. Shatov (Meister) <meisterpaul1@yandex.ru>2017-07-20 03:39:00 +0300
commitc6ea5d806222263982020e6110652908799236e6 (patch)
tree2cd6439bfb08cdc2eb7700734043c32b5860432f
parentce4b5740615d9097986f5149e53e4e053674b674 (diff)
Force inference of distributed memory for the simple FIFO used to store carries.
-rw-r--r--src/rtl/modexpa7_simple_fifo.v1
1 files changed, 1 insertions, 0 deletions
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];
//