diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-09-23 22:02:22 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-09-23 22:02:22 -0700 |
commit | b41d2fb4e49a5ee8cda1906405f32614b39302bc (patch) | |
tree | 0005fd3e5cb8f3cd6554fcc6ba5bb8870dbff58b | |
parent | 44374b1b2b0dbc455c9e43d713e133d7d78a5e1a (diff) | |
download | yosys-b41d2fb4e49a5ee8cda1906405f32614b39302bc.tar.gz yosys-b41d2fb4e49a5ee8cda1906405f32614b39302bc.tar.bz2 yosys-b41d2fb4e49a5ee8cda1906405f32614b39302bc.zip |
Add (* techmap_autopurge *) to abc_unmap.v too
-rw-r--r-- | techlibs/xilinx/abc_unmap.v | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/techlibs/xilinx/abc_unmap.v b/techlibs/xilinx/abc_unmap.v index ab007dfd2..8bd0579ed 100644 --- a/techlibs/xilinx/abc_unmap.v +++ b/techlibs/xilinx/abc_unmap.v @@ -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, |