From c6ea5d806222263982020e6110652908799236e6 Mon Sep 17 00:00:00 2001 From: "Pavel V. Shatov (Meister)" Date: Thu, 20 Jul 2017 03:39:00 +0300 Subject: 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]; // -- cgit v1.2.3