Skip to content

Commit 80f5e35

Browse files
committed
cells_adders: set techmap priority to 80
Signed-off-by: Emil J. Tywoniak <[email protected]>
1 parent 3f02e57 commit 80f5e35

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

flow/platforms/asap7/yoSys/cells_adders_L.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
(* techmap_celltype = "$fa" *)
3-
module _tech_fa (A, B, C, X, Y);
3+
module _80_tech_fa (A, B, C, X, Y);
44
parameter WIDTH = 1;
55
(* force_downto *)
66
input [WIDTH-1 : 0] A, B, C;

flow/platforms/asap7/yoSys/cells_adders_R.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
(* techmap_celltype = "$fa" *)
3-
module _tech_fa (A, B, C, X, Y);
3+
module _80_tech_fa (A, B, C, X, Y);
44
parameter WIDTH = 1;
55
(* force_downto *)
66
input [WIDTH-1 : 0] A, B, C;

flow/platforms/asap7/yoSys/cells_adders_SL.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
(* techmap_celltype = "$fa" *)
3-
module _tech_fa (A, B, C, X, Y);
3+
module _80_tech_fa (A, B, C, X, Y);
44
parameter WIDTH = 1;
55
(* force_downto *)
66
input [WIDTH-1 : 0] A, B, C;

flow/platforms/gf180/cells_adders.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
(* techmap_celltype = "$fa" *)
3-
module _tech_fa (A, B, C, X, Y);
3+
module _80_tech_fa (A, B, C, X, Y);
44
parameter WIDTH = 1;
55
(* force_downto *)
66
input [WIDTH-1 : 0] A, B, C;

flow/platforms/nangate45/cells_adders.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
(* techmap_celltype = "$fa" *)
3-
module _tech_fa (A, B, C, X, Y);
3+
module _80_tech_fa (A, B, C, X, Y);
44
parameter WIDTH = 1;
55
(* force_downto *)
66
input [WIDTH-1 : 0] A, B, C;

flow/platforms/sky130hd/cells_adders_hd.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
(* techmap_celltype = "$fa" *)
3-
module _tech_fa (A, B, C, X, Y);
3+
module _80_tech_fa (A, B, C, X, Y);
44
parameter WIDTH = 1;
55
(* force_downto *)
66
input [WIDTH-1 : 0] A, B, C;

flow/platforms/sky130hs/cells_adders_hs.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
(* techmap_celltype = "$fa" *)
3-
module _tech_fa (A, B, C, X, Y);
3+
module _80_tech_fa (A, B, C, X, Y);
44
parameter WIDTH = 1;
55
(* force_downto *)
66
input [WIDTH-1 : 0] A, B, C;

0 commit comments

Comments
 (0)