aboutsummaryrefslogtreecommitdiffstats
path: root/backends/aiger
Commit message (Collapse)AuthorAgeFilesLines
* Add "write_aiger -I -O -B"Clifford Wolf2018-11-121-2/+36
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-2/+2
| | | | | | | | | o Not all derived methods were marked 'override', but it is a great feature of C++11 that we should make use of. o While at it: touched header files got a -*- c++ -*- for emacs to provide support for that language. o use YS_OVERRIDE for all override keywords (though we should probably use the plain keyword going forward now that C++11 is established)
* 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