Add (* techmap_autopurge *) to abc_unmap.v too
authorEddie Hung <eddie@fpgeh.com>
Tue, 24 Sep 2019 05:02:22 +0000 (22:02 -0700)
committerEddie Hung <eddie@fpgeh.com>
Tue, 24 Sep 2019 05:02:22 +0000 (22:02 -0700)
techlibs/xilinx/abc_unmap.v

index ab007dfd287957a30124e5637cb01f9801e961d6..8bd0579ed8ce6af2acf49910ae112fd1e9951f25 100644 (file)
@@ -45,17 +45,17 @@ endmodule
 
 (* techmap_celltype = "$__ABC_DSP48E1_MULT $__ABC_DSP48E1_MULT_DPORT $__ABC_DSP48E1" *)
 module \$__ABC_DSP48E1 (
-    output [29:0] ACOUT,
-    output [17:0] BCOUT,
-    output reg CARRYCASCOUT,
-    output reg [3:0] CARRYOUT,
-    output reg MULTSIGNOUT,
-    output OVERFLOW,
-    output reg signed [47:0] P,
-    output PATTERNBDETECT,
-    output PATTERNDETECT,
-    output [47:0] PCOUT,
-    output UNDERFLOW,
+    (* techmap_autopurge *) output [29:0] ACOUT,
+    (* techmap_autopurge *) output [17:0] BCOUT,
+    (* techmap_autopurge *) output reg CARRYCASCOUT,
+    (* techmap_autopurge *) output reg [3:0] CARRYOUT,
+    (* techmap_autopurge *) output reg MULTSIGNOUT,
+    (* techmap_autopurge *) output OVERFLOW,
+    (* techmap_autopurge *) output reg signed [47:0] P,
+    (* techmap_autopurge *) output PATTERNBDETECT,
+    (* techmap_autopurge *) output PATTERNDETECT,
+    (* techmap_autopurge *) output [47:0] PCOUT,
+    (* techmap_autopurge *) output UNDERFLOW,
     (* techmap_autopurge *) input signed [29:0] A,
     (* techmap_autopurge *) input [29:0] ACIN,
     (* techmap_autopurge *) input [3:0] ALUMODE,