summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fixing some more warnings by adding cast from 'int' to 'size_t'.Alan Mishchenko2019-03-0515-73/+73
|
* Fixing several other type conversion warnings.Alan Mishchenko2019-03-052-32/+32
|
* Fixing some warnings by adding cast from 'int' to 'size_t' in memset, ↵Alan Mishchenko2019-03-05114-263/+263
| | | | memcpy, etc.
* Fixing some warnings with -Wconversion.Alan Mishchenko2019-03-052-3/+3
|
* Suggested white-space changes for fewer gcc warnings.Alan Mishchenko2019-03-0410-22/+24
|
* Bug in handling reverse ranges in blasting.Alan Mishchenko2019-03-041-14/+15
|
* Passing names in &scorr.Alan Mishchenko2019-02-181-0/+12
|
* Passing names in &scorr.Alan Mishchenko2019-02-181-0/+5
|
* Adding switch -x to &ps to disable color printout.Alan Mishchenko2019-02-123-5/+27
|
* Add skip feature to CEX printing.Alan Mishchenko2019-02-081-1/+9
|
* Bug fix in generating box library.Alan Mishchenko2019-02-041-2/+2
|
* Compiler warning.Alan Mishchenko2019-02-012-2/+2
|
* Compiler warning.Alan Mishchenko2019-01-301-1/+1
|
* Adding new switch to simulation.Alan Mishchenko2019-01-293-23/+28
|
* Adding new switch to simulation.Alan Mishchenko2019-01-292-5/+18
|
* Experiments with memory abstraction.Alan Mishchenko2019-01-278-11/+545
|
* Experiments with memory abstraction.Alan Mishchenko2019-01-221-1/+1
|
* Experiments with memory abstraction.Alan Mishchenko2019-01-223-3/+3
|
* Experiments with memory abstraction.Alan Mishchenko2019-01-2211-25/+323
|
* Fixing flop names with reversed ranges.Alan Mishchenko2019-01-211-14/+16
|
* Exploring other ways of CEX writing.Alan Mishchenko2019-01-2112-18/+96
|
* Undoing some recent changes for improved CEX writing.Alan Mishchenko2019-01-216-170/+11
|
* Fixing the problem with outputting word-level CEXes after retiming.Alan Mishchenko2019-01-181-8/+12
|
* Changing default parameter values in the AIG generation code.Alan Mishchenko2019-01-182-12/+38
|
* Fixing the problem with outputting word-level CEXes after retiming.Alan Mishchenko2019-01-181-12/+28
|
* Fixing the problem with outputting word-level CEXes after retiming.Alan Mishchenko2019-01-175-19/+45
|
* Fixing the problem with outputting word-level CEXes.Alan Mishchenko2019-01-162-2/+48
|
* Procedure to transform counter-examples (bug fix).Alan Mishchenko2019-01-151-1/+1
|
* Procedure to transform counter-examples (bug fix).Alan Mishchenko2019-01-151-1/+1
|
* Procedures to generate constant-argument multipliers.Alan Mishchenko2019-01-152-3/+8
|
* Procedure to trasnsform counter-examples.Alan Mishchenko2019-01-154-19/+87
|
* Procedures to generate constant-argument multipliers.Alan Mishchenko2019-01-155-3/+314
|
* Experiment with partitioned &scorr.Alan Mishchenko2019-01-152-6/+200
|
* Adding one API of GIA manager.Alan Mishchenko2019-01-121-0/+18
|
* Added missing `static`.Heinz Riener2019-01-121-1/+1
|
* Bug fix in deriving names for the miter output.Alan Mishchenko2019-01-101-4/+9
|
* Procedures to generate constant-argument multipliers.Alan Mishchenko2019-01-091-0/+1
|
* Procedures to generate constant-argument multipliers.Alan Mishchenko2019-01-093-22/+67
|
* Procedures to generate constant-argument multipliers.Alan Mishchenko2019-01-083-1/+304
|
* Bug fix in WLN datastructure.Alan Mishchenko2019-01-031-1/+1
|
* Fixing float overflow during area-flow computation in &lf.Alan Mishchenko2018-12-131-0/+8
|
* Fixing float overflow during edge-flow computation in 'if' mapper (change to ↵Alan Mishchenko2018-12-121-0/+8
| | | | avoid dependence on the order of additions).
* Fixing float overflow during edge-flow computation in 'if' mapper.Alan Mishchenko2018-12-121-3/+7
|
* Updated for memory abstraction.Alan Mishchenko2018-12-113-9/+18
|
* Experiments with retiming (adding new APIs).Alan Mishchenko2018-12-0915-53/+132
|
* Experiments with retiming.Alan Mishchenko2018-12-061-1/+3
|
* Experiments with retiming.Alan Mishchenko2018-12-064-27/+65
|
* Experiments with retiming.Alan Mishchenko2018-12-045-29/+125
|
* fix: header <malloc.h> is depreciatedNathan Zhou2018-11-301-1/+1
|
* Adding switch &w -n to modify the comment section of the AIGER file written.Alan Mishchenko2018-11-2142-79/+83
|