summaryrefslogtreecommitdiffstats
path: root/src/misc
Commit message (Collapse)AuthorAgeFilesLines
...
* Add an option to use C99 stdint.hRobert Ou2018-03-262-0/+56
| | | | | | | If ABC_HAVE_STDINT_H is defined, standard C99 headers will be used to define all of the platform-dependent types required. arch_flags will also no longer be required. This new define is optional and must be manually enabled by setting ARCHFLAGS.
* Updating &mfs to support hard objects.Alan Mishchenko2018-03-231-0/+30
|
* C++ comaptibility: add namespace support to GlucoseBaruch Sterin2017-11-231-0/+6
|
* Supporting XOR in EQN parser.Alan Mishchenko2017-11-031-2/+9
|
* Another variation on exact synthesis.Alan Mishchenko2017-10-111-1/+1
|
* Improvements to truth table manipulation.Alan Mishchenko2017-10-051-98/+37
|
* Updates and bug fixes.Alan Mishchenko2017-10-041-0/+3
|
* Addressing recently reported Bitbucket Issue #72 and #73.Alan Mishchenko2017-10-031-5/+5
|
* Exact synthesis of majority gates.Alan Mishchenko2017-10-011-8/+32
|
* Exact synthesis of majority gates.Alan Mishchenko2017-10-011-1/+214
|
* Maintenance and updates.Alan Mishchenko2017-09-181-0/+82
|
* bridge relates: (1) fix netlist reader to read the latest version written by ↵Baruch Sterin2017-09-151-0/+11
| | | | ZZ, (2) replace printf() with Abc_Print() in pdr so that it will not interfer with bridge messages
* Handling corner cases in TT print-out.Alan Mishchenko2017-07-211-0/+4
|
* Using arch macro for moderns compilersBruno Schmitt2017-07-041-5/+5
|
* Compiler warnings.Alan Mishchenko2017-04-281-4/+4
|
* Compiler warnings.Alan Mishchenko2017-04-282-4/+4
|
* Experiments with support minimization.Alan Mishchenko2017-04-272-4/+4
|
* Logic restructuring after mapping.Alan Mishchenko2017-04-191-1/+8
|
* Logic restruturing after mapping.Alan Mishchenko2017-04-171-1/+45
|
* Experiments with hashing.Alan Mishchenko2017-04-111-0/+135
|
* Experiments with hashing.Alan Mishchenko2017-04-102-3/+23
|
* Experiments with hashing.Alan Mishchenko2017-04-081-1/+18
|
* Bug fix in hashing.Alan Mishchenko2017-03-311-1/+5
|
* Experiments with new network data-structure.Alan Mishchenko2017-03-201-0/+2
|
* Experiments with SAT sweeping.Alan Mishchenko2017-02-181-0/+16
|
* Movinng custom floating-point implementations, etc.Alan Mishchenko2017-02-113-0/+450
|
* Improving CEX minimization.Alan Mishchenko2017-02-101-7/+18
|
* Autotuner for 'satoko'.Alan Mishchenko2017-02-081-22/+32
|
* Updates to arithmetic verification.Alan Mishchenko2017-01-151-0/+12
|
* Updates to arithmetic verification.Alan Mishchenko2017-01-142-0/+35
|
* Compiler warnings.Alan Mishchenko2017-01-011-1/+1
|
* Compiler warnings.Alan Mishchenko2016-12-312-4/+4
|
* New SAT-based optimization package.Alan Mishchenko2016-11-261-0/+28
|
* New SAT-based optimization package.Alan Mishchenko2016-11-191-0/+8
|
* Factoring out library preprocessing code in &nf and putting it elsewhere.Alan Mishchenko2016-05-161-0/+2
|
* Experiments with CEC for arithmetic circuits.Alan Mishchenko2016-05-071-0/+27
|
* Suggested bug fix in st__strhash().Alan Mishchenko2016-04-301-7/+6
|
* Experiments with arithmetic circuits.Alan Mishchenko2016-04-281-0/+7
|
* Command &esop to convert AIG into ESOP.Alan Mishchenko2016-04-092-0/+40
|
* Compiler warning.Alan Mishchenko2015-12-161-7/+0
|
* add a new #define ABC_NAMESPACE_USING_NAMESPACE that adds a using ↵Baruch Sterin2015-11-201-0/+3
| | | | decelaration when needed
* move namespace logic into a separate file. It is useful for users of ABC ↵Baruch Sterin2015-11-202-27/+56
| | | | that need to use symbols without the entire baggage of including abc_global.h
* Improvements to storing and reusing simulation info.Alan Mishchenko2015-11-052-2/+59
|
* pyabc: remove python integration from abc, it is moved to a separate extensionBaruch Sterin2015-11-051-4/+0
|
* Compiler warnings.Alan Mishchenko2015-10-251-14/+3
|
* Extending library handling to 8 inputs.Alan Mishchenko2015-10-251-5/+30
|
* Changes for delay-oriented computation.Alan Mishchenko2015-10-241-1/+1
|
* Compiler warnings.Alan Mishchenko2015-10-211-1/+1
|
* Fix to the #include <stdlib.h> problem for Debug version on Window.Alan Mishchenko2015-10-161-8/+8
|
* Moving BDD-based threshold function detection to the BDD part of the code.Alan Mishchenko2015-10-162-694/+0
|