3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-13 04:28:18 +00:00

Revert "Remove (* techmap_autopurge *) from abc_unmap.v since no effect"

This reverts commit 67c2db3486.
This commit is contained in:
Eddie Hung 2019-09-23 19:52:55 -07:00
parent 29db96fa1f
commit 0f53893104

View file

@ -56,44 +56,44 @@ module \$__ABC_DSP48E1 (
output PATTERNDETECT, output PATTERNDETECT,
output [47:0] PCOUT, output [47:0] PCOUT,
output UNDERFLOW, output UNDERFLOW,
input signed [29:0] A, (* techmap_autopurge *) input signed [29:0] A,
input [29:0] ACIN, (* techmap_autopurge *) input [29:0] ACIN,
input [3:0] ALUMODE, (* techmap_autopurge *) input [3:0] ALUMODE,
input signed [17:0] B, (* techmap_autopurge *) input signed [17:0] B,
input [17:0] BCIN, (* techmap_autopurge *) input [17:0] BCIN,
input [47:0] C, (* techmap_autopurge *) input [47:0] C,
input CARRYCASCIN, (* techmap_autopurge *) input CARRYCASCIN,
input CARRYIN, (* techmap_autopurge *) input CARRYIN,
input [2:0] CARRYINSEL, (* techmap_autopurge *) input [2:0] CARRYINSEL,
input CEA1, (* techmap_autopurge *) input CEA1,
input CEA2, (* techmap_autopurge *) input CEA2,
input CEAD, (* techmap_autopurge *) input CEAD,
input CEALUMODE, (* techmap_autopurge *) input CEALUMODE,
input CEB1, (* techmap_autopurge *) input CEB1,
input CEB2, (* techmap_autopurge *) input CEB2,
input CEC, (* techmap_autopurge *) input CEC,
input CECARRYIN, (* techmap_autopurge *) input CECARRYIN,
input CECTRL, (* techmap_autopurge *) input CECTRL,
input CED, (* techmap_autopurge *) input CED,
input CEINMODE, (* techmap_autopurge *) input CEINMODE,
input CEM, (* techmap_autopurge *) input CEM,
input CEP, (* techmap_autopurge *) input CEP,
input CLK, (* techmap_autopurge *) input CLK,
input [24:0] D, (* techmap_autopurge *) input [24:0] D,
input [4:0] INMODE, (* techmap_autopurge *) input [4:0] INMODE,
input MULTSIGNIN, (* techmap_autopurge *) input MULTSIGNIN,
input [6:0] OPMODE, (* techmap_autopurge *) input [6:0] OPMODE,
input [47:0] PCIN, (* techmap_autopurge *) input [47:0] PCIN,
input RSTA, (* techmap_autopurge *) input RSTA,
input RSTALLCARRYIN, (* techmap_autopurge *) input RSTALLCARRYIN,
input RSTALUMODE, (* techmap_autopurge *) input RSTALUMODE,
input RSTB, (* techmap_autopurge *) input RSTB,
input RSTC, (* techmap_autopurge *) input RSTC,
input RSTCTRL, (* techmap_autopurge *) input RSTCTRL,
input RSTD, (* techmap_autopurge *) input RSTD,
input RSTINMODE, (* techmap_autopurge *) input RSTINMODE,
input RSTM, (* techmap_autopurge *) input RSTM,
input RSTP (* techmap_autopurge *) input RSTP
); );
parameter integer ACASCREG = 1; parameter integer ACASCREG = 1;
parameter integer ADREG = 1; parameter integer ADREG = 1;