diff options
author | Marcin KoĆcielnicki <mwk@0x04.net> | 2019-12-25 16:18:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-25 16:18:44 +0100 |
commit | 13a3041030d9475fdb45dd650f62aaa9dc8bb876 (patch) | |
tree | 0ef54d1c4b970df2ba6766977525368a5d0a9977 /techlibs/xilinx/xc3sda_dsp_map.v | |
parent | dadaf7ed788370c94a463e5e479bed4d540cdf4b (diff) | |
parent | e226a8f7f1e2fa55102890462fc2a0097a04092b (diff) | |
download | yosys-13a3041030d9475fdb45dd650f62aaa9dc8bb876.tar.gz yosys-13a3041030d9475fdb45dd650f62aaa9dc8bb876.tar.bz2 yosys-13a3041030d9475fdb45dd650f62aaa9dc8bb876.zip |
Merge pull request #1593 from YosysHQ/mwk/dsp48a1-pmgen
xilinx_dsp: Initial DSP48A/DSP48A1 support.
Diffstat (limited to 'techlibs/xilinx/xc3sda_dsp_map.v')
-rw-r--r-- | techlibs/xilinx/xc3sda_dsp_map.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/xilinx/xc3sda_dsp_map.v b/techlibs/xilinx/xc3sda_dsp_map.v index 87348a173..258f90395 100644 --- a/techlibs/xilinx/xc3sda_dsp_map.v +++ b/techlibs/xilinx/xc3sda_dsp_map.v @@ -27,7 +27,7 @@ module \$__MUL18X18 (input [17:0] A, input [17:0] B, output [35:0] Y); .D(18'b0), .P(P_48), - .OPMODE(8'b0000010) + .OPMODE(8'b0000001) ); assign Y = P_48; endmodule |