summaryrefslogtreecommitdiffstats
path: root/src/base/main
Commit message (Collapse)AuthorAgeFilesLines
...
* Added command 'cexsave' and 'cexload'.Alan Mishchenko2012-11-142-0/+2
|
* Integrating GIA with LUT mapping.Alan Mishchenko2012-10-241-1/+1
|
* Updating readme.Alan Mishchenko2012-10-061-3/+3
|
* Updating readme.Alan Mishchenko2012-10-061-2/+6
|
* Changed 'readline' declaration rules.Alan Mishchenko2012-10-041-2/+2
|
* Minor bug fix.Alan Mishchenko2012-10-041-0/+3
|
* Added command 'starter' to call ABC concurrently.Alan Mishchenko2012-10-022-3/+2
|
* Added detection of 'readline' library at compile-time.Alan Mishchenko2012-10-021-2/+2
|
* Added detection of 'readline' library at compile-time.Alan Mishchenko2012-10-021-2/+2
|
* Experiments with mini AIG manager.Alan Mishchenko2012-09-291-4/+0
|
* Compiler warnings.Alan Mishchenko2012-09-291-1/+4
|
* Added detection of 'readline' library at compile-time.Alan Mishchenko2012-09-291-10/+9
|
* Replacing 'st_table' by 'st__table' to resolve linker problems.Alan Mishchenko2012-09-291-3/+3
|
* Experiments with mini AIG manager.Alan Mishchenko2012-09-291-0/+4
|
* Prepared &gla to try abstracting and proving concurrently.Alan Mishchenko2012-09-141-2/+2
|
* Added -C to command line for running commands, then staying in interactive modeNiklas Een2012-09-111-28/+39
|
* Better batch mode printout.Alan Mishchenko2012-09-041-1/+1
|
* Bug fix: abstraction commands not properly updating status when dumping ↵Alan Mishchenko2012-08-282-2/+2
| | | | intermediate abstraction.
* Improved printout of command history.Alan Mishchenko2012-08-271-0/+3
|
* New package to read/write a subset of Liberty for STA.Alan Mishchenko2012-08-242-0/+5
|
* Added recording history of used commands into file 'abc.history' (Windows only).Alan Mishchenko2012-08-241-1/+1
|
* Added recording history of used commands into file 'abc.history' (Windows only).Alan Mishchenko2012-08-242-8/+2
|
* Replacing printf() by Abc_Print().Alan Mishchenko2012-07-101-1/+1
|
* Removing print-out message in bridge mode.Alan Mishchenko2012-07-091-2/+4
|
* Adding printout to report command line executed in batch mode.Alan Mishchenko2012-07-081-0/+1
|
* Updating project settings to have simpler include paths.Alan Mishchenko2012-07-078-24/+24
|
* Fixing time primtouts throughout the code.Alan Mishchenko2012-07-071-1/+1
|
* Making 'pdr', &gla, &vta print correctly in batch mode.Alan Mishchenko2012-07-073-2/+5
|
* Included copyright statement into 'main.c'.Alan Mishchenko2012-05-111-0/+27
|
* Misc changes.Alan Mishchenko2012-05-011-2/+2
|
* Misc changes.Alan Mishchenko2012-04-272-38/+44
|
* Updating the counter of finished frames when dumping intermediate ↵Alan Mishchenko2012-04-272-4/+6
| | | | abstraction in &vta.
* Better interface with the new code.Alan Mishchenko2012-04-061-2/+7
|
* Bug fix to prevent crashing when Abc_Print() is called while ABC is not ↵Alan Mishchenko2012-03-201-2/+2
| | | | initialized.
* Exploration of ISO and minor changes.Alan Mishchenko2012-03-131-0/+4
|
* Redirecting printf messages.Alan Mishchenko2012-03-021-1/+1
|
* Adding features related to the communication bridge.Alan Mishchenko2012-03-025-3/+20
|
* Added a way to disable support for dynamic linking.Alan Mishchenko2012-02-241-0/+3
|
* Silenced a gcc warning.Alan Mishchenko2012-02-231-1/+0
|
* pyabc: silnce more warningsBaruch Sterin2012-02-231-4/+3
|
* Isomorphism checking code.Alan Mishchenko2012-02-173-17/+22
|
* Major restructuring of the code.Alan Mishchenko2012-01-219-39/+34
|
* Added support for generating a library of real-life truth-tables.Alan Mishchenko2011-12-091-2/+2
|
* Added API to access the CEX vector.Alan Mishchenko2011-08-022-0/+2
|
* Enabled saving vector of counter-examples in the ABC framework.Alan Mishchenko2011-08-021-0/+1
|
* Improvements to timeout.Alan Mishchenko2011-05-111-2/+4
|
* Fixing compilation problem which resulting from defining 'int c' as 'char c'.Alan Mishchenko2011-04-191-2/+2
|
* Added test package.Alan Mishchenko2011-03-292-1/+7
|
* Moved two new APIs for reading/writing CEX from/into ABC from abc.c to ↵Alan Mishchenko2011-02-192-3/+6
| | | | mainFrame.c.
* pyabc: make the SIGINT signal handler clean up by sending SIGINT to child ↵Baruch Sterin2011-01-131-1/+8
| | | | processes registered by the python code. Also provide functions to block SIGINT and unblock it, to allow for critical sections where signals are blocked