abc/src/base/exor
Robert O'Callahan ab858c5435 Replace `#define`s with enum constants and inline functions in `exor.h`
This avoids issues with short/common identifiers like `BPI`
and `DIFFERENT` colliding with identifiers used in other projects.
2024-08-02 01:07:40 +00:00
..
exor.c &exorcism: read ESOP-PLA from file. 2018-10-17 17:02:43 +02:00
exor.h Replace `#define`s with enum constants and inline functions in `exor.h` 2024-08-02 01:07:40 +00:00
exorBits.c chore: add `__builtin_popcount` for MSVC 2024-07-26 21:48:53 +02:00
exorCubes.c Fixing some warnings by adding cast from 'int' to 'size_t' in memset, memcpy, etc. 2019-03-05 15:57:50 -08:00
exorLink.c Changes to report quantum cost in Exorcism. 2016-08-17 21:26:16 +09:00
exorList.c Changes to report quantum cost in Exorcism. 2016-08-17 21:26:16 +09:00
exorUtil.c Do not pass NULL to fprintf 2022-11-16 11:38:38 -07:00
module.make Added Exorcism package, reading ESOP (read_pla -x file.esop) and deriving AIG (cubes -x; st). 2016-04-11 21:42:00 -07:00