aboutsummaryrefslogtreecommitdiffstats
path: root/backends/aiger
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove swap fileEddie Hung2019-02-201-0/+0
* | write_aiger: fix CI/CO and symbolsEddie Hung2019-02-202-7/+13
* | write_xaiger to not write latches, CO/PO fixesEddie Hung2019-02-201-17/+26
* | CleanupEddie Hung2019-02-161-4/+5
* | CleanupEddie Hung2019-02-161-2/+1
* | write_xaiger to support non-bit cell connections, and cope with COs for -OEddie Hung2019-02-161-13/+15
* | write_aiger -O to write dummy output as __dummy_o__Eddie Hung2019-02-161-2/+5
* | Tidy up write_xaigerEddie Hung2019-02-161-8/+6
* | write_aiger() to perform CI/CO post-processing and fix symbolsEddie Hung2019-02-161-7/+17
* | Fixes needed for DFF circuitsEddie Hung2019-02-151-4/+3
* | write_xaiger to cope with unknown cells by transforming them to CI/COEddie Hung2019-02-151-6/+44
* | More cleanupEddie Hung2019-02-141-15/+6
* | More cleanup of write_xaigerEddie Hung2019-02-141-73/+1
* | Get rid of formal stuff from xaiger backendEddie Hung2019-02-141-58/+0
* | Add write_xaigerEddie Hung2019-02-112-21/+11
* | Copy backends/aiger/aiger.cc to xaiger.ccEddie Hung2019-02-081-0/+788
|/
* Add "write_aiger -I -O -B"Clifford Wolf2018-11-121-2/+36
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-2/+2
* Fix generation of multiple outputs for same AIG node in write_aigerClifford Wolf2017-07-051-13/+30
* Include output ports with constant driver in AIGER outputClifford Wolf2017-07-031-2/+18
* Fix AIGER back-end for multiple symbols per input/latch/output/propertyClifford Wolf2017-05-301-8/+20
* Improve write_aiger handling of unconnected nets and constantsClifford Wolf2017-05-281-7/+61
* Add write_aiger $anyseq supportClifford Wolf2017-03-021-0/+7
* Add $live and $fair support to AIGER back-end.Clifford Wolf2017-02-251-8/+104
* Added $anyconst support to AIGER back-endClifford Wolf2016-12-111-0/+7
* Added $assert/$assume support to AIGER back-endClifford Wolf2016-12-031-10/+51
* Added "write_aiger -zinit -symbols -vmap"Clifford Wolf2016-12-011-30/+139
* Added "write_aiger" commandClifford Wolf2016-11-302-0/+398