summaryrefslogtreecommitdiffstats
path: root/src/base/main
Commit message (Collapse)AuthorAgeFilesLines
* Experiments with word-level data structures.Alan Mishchenko2022-02-161-0/+4
|
* Experiments with word-level data structures.Alan Mishchenko2022-01-211-0/+1
|
* New API for external calls.Alan Mishchenko2021-10-261-0/+1
|
* Other compiler changes.Alan Mishchenko2021-09-261-0/+7
|
* Removing unused command.Alan Mishchenko2021-09-211-2/+0
|
* Further debugging of MiniLUT APIs.Alan Mishchenko2021-09-161-0/+1
|
* Additional MiniLUT API.Alan Mishchenko2021-09-031-0/+1
|
* Preventing command history from being overwritten by internal scripts.Alan Mishchenko2021-01-092-0/+2
|
* Duplicating Glucose package.Alan Mishchenko2020-11-121-0/+3
|
* Improving MFFC computation code.Alan Mishchenko2020-09-173-3/+6
|
* Adding new utility procedures.Alan Mishchenko2020-05-113-0/+10
|
* Make use of setrlimit conditional on ABC_NO_RLIMIT.whitequark2020-04-301-2/+2
| | | | | This is useful for POSIX-like platforms that do not have rlimit, such as WASI.
* Fixing broken build and compiler warnings.Alan Mishchenko2020-04-171-1/+1
|
* Fixing broken build and compiler warnings.Alan Mishchenko2020-04-171-1/+1
|
* Adding commands to generate data for experiments.Alan Mishchenko2020-02-221-0/+4
|
* Adding commands 'save' and 'load' for mapped networks.Alan Mishchenko2020-01-031-0/+7
|
* Undoing some recent changes for improved CEX writing.Alan Mishchenko2019-01-213-7/+0
|
* Fixing the problem with outputting word-level CEXes after retiming.Alan Mishchenko2019-01-173-0/+7
|
* Experiments with retiming (adding new APIs).Alan Mishchenko2018-12-094-2/+17
|
* fix: header <malloc.h> is depreciatedNathan Zhou2018-11-301-1/+1
|
* Various usability changes (second round).Alan Mishchenko2018-11-201-7/+7
|
* Various usability changes (second round).Alan Mishchenko2018-11-201-1/+39
|
* Procedure to return seq equivalences.Alan Mishchenko2018-07-221-0/+3
|
* Adding parameters and improvements to %blast.Alan Mishchenko2018-02-284-0/+7
|
* Extending MiniLUT to return attributes.Alan Mishchenko2018-02-111-0/+1
|
* Portability changes for gcc-6 suggested by Clifford.Alan Mishchenko2017-12-031-5/+0
|
* Portability changes for gcc-6 suggested by Clifford.Alan Mishchenko2017-12-021-2/+2
|
* Portability changes for gcc-6 suggested by Clifford.Alan Mishchenko2017-12-021-1/+6
|
* Adding API to dump MiniAIG into a Verilog file and other small changes.Alan Mishchenko2017-10-224-1/+9
|
* Adding Glucose 3.0 as a separate package.Alan Mishchenko2017-09-061-0/+4
|
* Integrating Satoko into 'bmc' and 'bmc2'.Alan Mishchenko2017-08-161-2/+2
|
* add a new field to the ABC Frame. The new field is a callback that may be ↵Baruch Sterin2017-08-091-0/+4
| | | | called by a BMC-like engine when a frame is done and a PO is either known to be SAT or UNSAT up to a specific frame
* New commands for backing up networks.Alan Mishchenko2017-08-042-0/+7
|
* Experiments with logic optimization.Alan Mishchenko2017-07-211-0/+3
|
* Synchronizing various data-structures.Alan Mishchenko2017-07-042-0/+10
|
* removed unnecessary declarationHeinz Riener2017-03-031-1/+0
|
* added missing ABC_NAMESPACE_HEADERHeinz Riener2017-03-031-0/+4
|
* Moving global declarations into 'abcapi.h' and moving it into 'main' package.Alan Mishchenko2017-03-024-6/+190
|
* Adding features for invariant minimization.Alan Mishchenko2017-01-242-6/+0
|
* Compiler warnings.Alan Mishchenko2016-12-311-2/+2
|
* Parser for JSON format.Alan Mishchenko2016-10-253-0/+12
|
* Changes to PDR to compute f-inf clauses and import invariant (or clauses) as ↵Alan Mishchenko2016-01-143-0/+8
| | | | a network.
* New command %psinv.Alan Mishchenko2015-11-233-2/+6
|
* main: add option -Q for execute command quietly, then interactiveBaruch Sterin2015-11-182-7/+15
|
* pyabc: remove python integration from abc, it is moved to a separate extensionBaruch Sterin2015-11-052-50/+0
|
* main: allow the -c -C -q -f -F -s command line options to be repeated and ↵Baruch Sterin2015-11-051-12/+40
| | | | the commands they sepcify be executed in order instead of overriding each other
* make sure all of ABC and related libraries are in the same namespace (when ↵Baruch Sterin2015-10-161-2/+8
| | | | compiled with ABC_NAMESPACE) by removing extern "C" from function definitions
* New constraint manager and memory reporting 'ps'.Alan Mishchenko2015-09-081-0/+1
|
* Changes to be able to compile ABC without CUDD.Alan Mishchenko2015-08-242-2/+2
|
* Changes to be able to compile ABC without CUDD.Alan Mishchenko2015-08-242-4/+13
|