summaryrefslogtreecommitdiffstats
path: root/src/misc/util/utilBridge.c
Commit message (Collapse)AuthorAgeFilesLines
* Adding switch &w -n to modify the comment section of the AIGER file written.Alan Mishchenko2018-11-211-1/+1
|
* Rename new flag to ABC_USE_STDINT_HRobert Ou2018-03-291-1/+1
|
* Add an option to use C99 stdint.hRobert Ou2018-03-261-0/+3
| | | | | | | 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.
* 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
* Added 'abort' message in bridge mode for pdr -a timeoutNiklas Een2013-10-041-8/+30
|
* Fixed a bug in Bridge modeNiklas Een2013-09-271-2/+15
|
* Added bridge integration for multi-output 'pdr -a'.Alan Mishchenko2013-09-161-1/+1
|
* Added bridge integration for multi-output 'pdr -a'.Alan Mishchenko2013-09-161-5/+2
|
* Added bridge integration for multi-output 'pdr -a'.Alan Mishchenko2013-09-161-8/+11
|
* Unifying parameters for the &ps command.Alan Mishchenko2013-09-051-1/+1
|
* Compiler warning.Alan Mishchenko2013-07-011-4/+6
|
* Forgot that LIN64 was used in place of LIN for 64-bit architectures. Fixed.Niklas Een2013-06-291-2/+2
|
* Fixed a problem in BridgeMode; it will now correctly detect if the pipe has ↵Niklas Een2013-06-281-4/+22
| | | | been closed and exit ABC.
* Fixing C++ compilation issues.Alan Mishchenko2013-01-081-4/+4
|
* Unifification of custom extensions.Alan Mishchenko2012-12-101-28/+23
|
* Made print-out of frontier cut an option ('-c') in '&ps'.Alan Mishchenko2012-11-121-1/+1
|
* Added switch for netlist type to 'send_aig'. Changed defautl to &-space. ↵Niklas Een2012-10-301-6/+7
| | | | Fixed printf -> Abc_Print in some places.
* Updating project settings to have simpler include paths.Alan Mishchenko2012-07-071-1/+1
|
* Silencing remaining gcc warnings.Alan Mishchenko2012-03-091-2/+2
|
* Some fixes for VTA under Bridge.Niklas Een2012-03-031-1/+1
|
* Counterexamples now work in BridgeNiklas Een2012-03-031-1/+3
|
* Some fixes to the Bridge code. More to do.Niklas Een2012-03-031-8/+21
|
* Adding features related to the communication bridge.Alan Mishchenko2012-03-021-88/+101
|
* Created a communication bridge.Alan Mishchenko2012-03-011-6/+111
|
* Created a communication bridge.Alan Mishchenko2012-03-011-0/+369