aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/extract_fa.cc
Commit message (Collapse)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
| | | | This reverts commit 5ec5f6dec7d4cdcfd9e1a2cda999886605778400.
* 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
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* 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
| | | | | | | | | o Not all derived methods were marked 'override', but it is a great feature of C++11 that we should make use of. o While at it: touched header files got a -*- c++ -*- for emacs to provide support for that language. o use YS_OVERRIDE for all override keywords (though we should probably use the plain keyword going forward now that C++11 is established)
* 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