diff options
author | Pavel V. Shatov (Meister) <meisterpaul1@yandex.ru> | 2017-07-20 03:39:00 +0300 |
---|---|---|
committer | Pavel V. Shatov (Meister) <meisterpaul1@yandex.ru> | 2017-07-20 03:39:00 +0300 |
commit | c6ea5d806222263982020e6110652908799236e6 (patch) | |
tree | 2cd6439bfb08cdc2eb7700734043c32b5860432f | |
parent | ce4b5740615d9097986f5149e53e4e053674b674 (diff) |
Force inference of distributed memory for the simple FIFO used to store carries.
-rw-r--r-- | src/rtl/modexpa7_simple_fifo.v | 1 |
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]; // |