aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/extract_fa.cc
Commit message (Expand)AuthorAgeFilesLines
* Use C++11 final/override keywords.whitequark2020-06-181-2/+2
* kernel: big fat patch to use more ID::*, otherwise ID(*)Eddie Hung2020-04-021-7/+7
* Fix #1496.Marcin Koƛcielnicki2019-11-181-4/+8
* Use more ID::{A,B,Y,blackbox,whitebox}Eddie Hung2019-08-151-11/+11
* ID(\\.*) -> ID(.*)Eddie Hung2019-08-151-19/+19
* Transform all "\\*" identifiers into ID()Eddie Hung2019-08-151-19/+19
* Transform "$.*" to ID("$.*") in passes/techmapEddie Hung2019-08-151-6/+6
* AND with an inverted input, causes X{,N}OR output to be inverted tooEddie Hung2019-08-141-2/+2
* Revert "Only sort leaves on non-ANDNOT/ORNOT cells"Eddie Hung2019-08-141-7/+6
* Only sort leaves on non-ANDNOT/ORNOT cellsEddie Hung2019-08-141-6/+7
* Revert "Since $_ANDNOT_ is not symmetric, do not sort leaves"Eddie Hung2019-08-141-4/+8
* Since $_ANDNOT_ is not symmetric, do not sort leavesEddie Hung2019-08-121-8/+4
* Add $_NMUX_, add "abc -g cmos", add proper cmos cell costsClifford Wolf2019-08-061-1/+1
* Fix check logic in extract_faMiodrag Milanovic2019-07-161-2/+2
* If ConstEval fails do not log_abort() but return gracefullyEddie Hung2019-07-131-4/+8
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-2/+2
* Further improve extract_fa (but still buggy)Clifford Wolf2017-09-021-28/+91
* Further improve extract_fa passClifford Wolf2017-08-281-1/+42
* Further improve extract_fa (seems to be fully functional now)Clifford Wolf2017-08-251-10/+226
* Rename "adders" to "extract_fa"Clifford Wolf2017-08-251-0/+285