Set USE_MULT and USE_SIMD
authorEddie Hung <eddie@fpgeh.com>
Tue, 10 Sep 2019 03:56:29 +0000 (20:56 -0700)
committerEddie Hung <eddie@fpgeh.com>
Tue, 10 Sep 2019 03:56:29 +0000 (20:56 -0700)
techlibs/xilinx/dsp_map.v

index fdd55afe39ac314f52351695d96bfeb966c0dd1a..cc37f00857af07ff0a935d708d2ffc28b97e3027 100644 (file)
@@ -23,7 +23,9 @@ module \$__MUL25X18 (input [24:0] A, input [17:0] B, output [42:0] Y);
                .INMODEREG(0),
                .MREG(0),
                .OPMODEREG(0),
-               .PREG(0)
+               .PREG(0),
+               .USE_MULT("MULTIPLY"),
+               .USE_SIMD("ONE48")
        ) _TECHMAP_REPLACE_ (
                //Data path
                .A({{5{A[24]}}, A}),