diff options
Diffstat (limited to 'techlibs/achronix/speedster22i/cells_map.v')
-rw-r--r-- | techlibs/achronix/speedster22i/cells_map.v | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/techlibs/achronix/speedster22i/cells_map.v b/techlibs/achronix/speedster22i/cells_map.v index 9f647cbef..a19e53f49 100644 --- a/techlibs/achronix/speedster22i/cells_map.v +++ b/techlibs/achronix/speedster22i/cells_map.v @@ -38,6 +38,7 @@ endmodule module \$lut (A, Y); parameter WIDTH = 0; parameter LUT = 0; + (* force_downto *) input [WIDTH-1:0] A; output Y; generate |