Commit Graph

4462 Commits

Author SHA1 Message Date
Alan Mishchenko 1779f545e3 Procedures to generate constant-argument multipliers. 2019-01-15 15:37:39 -08:00
Alan Mishchenko 32a687baa8 Experiment with partitioned &scorr. 2019-01-15 14:31:03 -08:00
Alan Mishchenko 12a51a2b51 Adding one API of GIA manager. 2019-01-12 13:33:04 -08:00
alanminko 9e419f538f
Merge pull request #33 from hriener/common
Added missing `static`.
2019-01-12 08:19:36 -08:00
Heinz Riener e28a691b80 Added missing `static`. 2019-01-12 16:39:29 +01:00
Alan Mishchenko 6b554f10b8 Bug fix in deriving names for the miter output. 2019-01-10 16:40:53 -08:00
Alan Mishchenko 0a1fb03e3c Procedures to generate constant-argument multipliers. 2019-01-09 11:49:12 -08:00
Alan Mishchenko f3ba29b302 Procedures to generate constant-argument multipliers. 2019-01-09 11:42:50 -08:00
Alan Mishchenko c2c87aa66c Procedures to generate constant-argument multipliers. 2019-01-08 12:06:50 -08:00
Alan Mishchenko 65e2add5f9 Bug fix in WLN datastructure. 2019-01-03 00:13:09 -02:00
Alan Mishchenko f62eb635d1 Fixing float overflow during area-flow computation in &lf. 2018-12-13 08:49:00 -08:00
Alan Mishchenko 1f016988b2 Fixing float overflow during edge-flow computation in 'if' mapper (change to avoid dependence on the order of additions). 2018-12-12 22:15:10 -08:00
Alan Mishchenko 2f88284d7b Fixing float overflow during edge-flow computation in 'if' mapper. 2018-12-12 10:47:53 -08:00
Alan Mishchenko d071e02616 Updated for memory abstraction. 2018-12-11 16:52:46 -08:00
Alan Mishchenko 36585eff57 Experiments with retiming (adding new APIs). 2018-12-09 15:18:12 -08:00
Alan Mishchenko fe03f0423d Experiments with retiming. 2018-12-06 23:27:43 -08:00
Alan Mishchenko a3253767b9 Experiments with retiming. 2018-12-06 23:13:16 -08:00
Alan Mishchenko 65b10c0327 Experiments with retiming. 2018-12-04 23:04:13 -08:00
alanminko 163bba53e0
Merge pull request #27 from zzhou612/master
Fix: header malloc.h is depreciated
2018-11-30 09:45:25 -08:00
Nathan Zhou 39ff80c0b3 fix: header <malloc.h> is depreciated 2018-11-30 16:59:25 +08:00
Alan Mishchenko 5aa3025ce7 Adding switch &w -n to modify the comment section of the AIGER file written. 2018-11-21 13:12:01 -08:00
Alan Mishchenko 73695c7961 Various usability changes (second round). 2018-11-20 19:17:37 -08:00
Alan Mishchenko 6f0d808859 Various usability changes (second round). 2018-11-20 19:15:07 -08:00
Alan Mishchenko f3c5bab518 Adding an option to write new-line after the comment symbol when dumping an AIGER file. 2018-11-20 18:07:51 -08:00
Alan Mishchenko 32315113ea Various usability changes. 2018-11-18 21:03:26 -08:00
Alan Mishchenko 12908d3c25 Various usability changes. 2018-11-18 21:01:30 -08:00
Alan Mishchenko 3315992920 Undoing some of the previous changes. 2018-11-15 19:44:11 -08:00
Alan Mishchenko 2ddc57d876 Adding dummy flop in 'pdr' when the network is comb. 2018-11-13 07:54:57 -08:00
Alan Mishchenko 9a59b2c2ef Compiler warning. 2018-11-11 23:08:16 -08:00
Alan Mishchenko e9c00fb024 Usability improvements to &fftest. 2018-11-11 23:06:05 -08:00
Alan Mishchenko 8b310db513 Procedures to verify equivalence classes. 2018-11-11 20:51:55 -08:00
Alan Mishchenko 68da3cfd02 Added a passthrough in command 'fold' if there are no POs, only constraints. 2018-11-11 09:37:20 -08:00
Alan Mishchenko fb436339a9 Undoing an old change, which affects BDD variable reordering on some examples in &reachy. 2018-11-10 11:08:15 -08:00
Alan Mishchenko 4d56acfd5a Several recent bug fixes. 2018-11-04 20:24:33 +08:00
Alan Mishchenko 455e0bae3e Fix timing info communication in GIA APIs. 2018-10-23 15:21:19 +07:00
Alan Mishchenko 2ef879e928 Fix timing info communication in GIA APIs. 2018-10-23 14:48:04 +07:00
alanminko 2050104f23
Merge pull request #25 from hriener/common
extraUtilPerm: Abc_ZddDiff.
2018-10-22 19:06:34 +07:00
Alan Mishchenko 684f1ec7a5 Fix timing info communication in GIA APIs. 2018-10-22 18:59:06 +07:00
Alan Mishchenko 341e55ab3b Fix timing info communication in GIA APIs. 2018-10-22 17:06:37 +07:00
Heinz Riener 148ea34a20 extraUtilPerm: Abc_ZddDiff. 2018-10-21 13:24:58 +02:00
alanminko 14d985a8c4
Merge pull request #13 from hriener/exorcism
exorcism.
2018-10-18 12:18:31 +02:00
Alan Mishchenko 18943f6462 Skip cells in Liberty files which have dont_use attribute. 2018-10-18 17:09:23 +07:00
Heinz Riener 95523936e9 &exorcism: read ESOP-PLA from file. 2018-10-17 17:02:43 +02:00
Alan Mishchenko c5b48bbf29 Suggested fix: close file. 2018-10-16 16:47:56 +02:00
Alan Mishchenko 1aed74edb0 Compiler warning. 2018-10-12 14:11:33 +02:00
Alan Mishchenko 5560011ff6 Extending extra library with additional ZDD-based procedures. 2018-10-12 14:06:45 +02:00
Alan Mishchenko af62d29d5e Corner-case bug fix in LUT to AIG translation. 2018-10-09 14:18:18 +02:00
Alan Mishchenko bc65461cc9 Experiments with Boolean functions. 2018-10-02 18:37:33 -04:00
Alan Mishchenko 5bb6d45615 Experiments with Boolean functions. 2018-10-02 18:19:07 -04:00
Alan Mishchenko 3c0b4b6f66 Experiments with Boolean functions. 2018-10-02 18:09:51 -04:00