aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cost.h
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2019-08-07 10:25:51 +0200
committerClifford Wolf <clifford@clifford.at>2019-08-07 10:25:51 +0200
commit338f6765ebeb6bd07197dbef8e22fa077bf2d043 (patch)
tree6ca9f290d6cdf974178baf31d003f9e6393a7078 /kernel/cost.h
parent100c377451f18503fd85112d62d11ebdb6ac9d5a (diff)
downloadyosys-338f6765ebeb6bd07197dbef8e22fa077bf2d043.tar.gz
yosys-338f6765ebeb6bd07197dbef8e22fa077bf2d043.tar.bz2
yosys-338f6765ebeb6bd07197dbef8e22fa077bf2d043.zip
Tweak default gate costs, cleanup "stat -tech cmos"
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'kernel/cost.h')
-rw-r--r--kernel/cost.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kernel/cost.h b/kernel/cost.h
index 7ff11eba2..10fa50fb3 100644
--- a/kernel/cost.h
+++ b/kernel/cost.h
@@ -36,12 +36,12 @@ struct CellCosts
{ "$_NOR_", 4 },
{ "$_ANDNOT_", 4 },
{ "$_ORNOT_", 4 },
- { "$_XOR_", 6 },
- { "$_XNOR_", 6 },
+ { "$_XOR_", 5 },
+ { "$_XNOR_", 5 },
{ "$_AOI3_", 6 },
{ "$_OAI3_", 6 },
- { "$_AOI4_", 8 },
- { "$_OAI4_", 8 },
+ { "$_AOI4_", 7 },
+ { "$_OAI4_", 7 },
{ "$_MUX_", 4 },
{ "$_NMUX_", 4 }
};