[NFCI] Deduplicate builtin FF cell types list
authorMarcelina Kościelnicka <mwk@0x04.net>
Wed, 8 Apr 2020 15:36:12 +0000 (17:36 +0200)
committerMarcelina Kościelnicka <mwk@0x04.net>
Thu, 9 Apr 2020 16:05:06 +0000 (18:05 +0200)
commit516857f3ba662f467d56df562eeca9ed214ac702
treee584ce2b09eab5dce19e941da9e48ac0def550ac
parent7f33d43e3b8c7d362203cdc2b10eb5f3caf5cdbe
[NFCI] Deduplicate builtin FF cell types list

A few passes included the same list of FF cell types.  Make it a global
const instead.

The zinit pass also seems to include a list like that, but given that
it seems to be completely broken at the time (see #1568 discussion),
I'm going to pretend I didn't see that.
kernel/rtlil.cc
kernel/rtlil.h
passes/cmds/check.cc
passes/cmds/setundef.cc
passes/opt/opt_merge.cc