summaryrefslogtreecommitdiffstats
path: root/src/base
Commit message (Collapse)AuthorAgeFilesLines
...
| * Experiment with structural similarity.Alan Mishchenko2020-07-162-0/+75
| |
| * Fixing commands 'putontop' and 'topmost'; adding command 'bottommost'.Alan Mishchenko2020-07-112-16/+171
| |
| * Bug fix in &cec (properly updating the status after the corner case bug fix\).Alan Mishchenko2020-06-241-0/+1
| |
| * Bug fix in &cec (handling the case when the miter is disproved by the all-0 ↵Alan Mishchenko2020-06-241-5/+23
| | | | | | | | pattern).
| * Compiler error.Alan Mishchenko2020-06-041-4/+4
| |
| * Experimental simulation.Alan Mishchenko2020-06-041-1/+1
| |
| * Experimental simulation.Alan Mishchenko2020-06-031-1/+1
| |
| * Dumping BDD variable order after 'clp'.Alan Mishchenko2020-05-186-10/+27
| |
| * Experimental resubstitution.Alan Mishchenko2020-05-151-5/+5
| |
| * Adding new utility procedures.Alan Mishchenko2020-05-116-45/+159
| |
| * Adding new utility procedures.Alan Mishchenko2020-05-103-9/+172
| |
| * Fixing the accidentally broken build.Alan Mishchenko2020-05-061-1/+0
| |
| * Experiment with permutations.Alan Mishchenko2020-05-031-1/+2
| |
| * Compiler warnings and errors.Alan Mishchenko2020-05-032-5/+3
| |
| * Experimental resubstitution.Alan Mishchenko2020-05-033-2/+106
| |
* | Add WASI platform support to main.whitequark2020-06-221-0/+2
| |
* | Remove ABC_NO_RLIMIT macro, use defined(__wasm) instead.whitequark2020-05-011-2/+2
| |
* | Add support for WASI platform in Abc_ShowFile.whitequark2020-05-011-0/+8
| |
* | Add support for WASI platform in Gia_ManGnuplotShow.whitequark2020-05-011-0/+4
| |
* | Add support for WASI platform in cmdCheckShellEscape.whitequark2020-05-011-1/+4
|/ | | | | Since cmdCheckShellEscape doesn't actually report failure in any way, this code simulates a situation where system() never succeeds.
* Merge pull request #57 from whitequark/patch-1alanminko2020-04-301-2/+2
|\ | | | | Make use of setrlimit conditional on ABC_NO_RLIMIT
| * Make use of setrlimit conditional on ABC_NO_RLIMIT.whitequark2020-04-301-2/+2
| | | | | | | | | | This is useful for POSIX-like platforms that do not have rlimit, such as WASI.
* | Bug fix in 'resub' to enable additional divisors, by Siang-Yun Lee.Alan Mishchenko2020-04-271-124/+368
|/
* New AIG restructuring feature.Alan Mishchenko2020-04-231-0/+49
|
* Fix a bug in comb loop detection.Alan Mishchenko2020-04-224-17/+22
|
* Improving simulation patterns by local search.Alan Mishchenko2020-04-171-0/+1
|
* Improving simulation patterns by local search.Alan Mishchenko2020-04-171-28/+129
|
* Fixing broken build and compiler warnings.Alan Mishchenko2020-04-172-3/+3
|
* Fixing broken build and compiler warnings.Alan Mishchenko2020-04-171-1/+1
|
* Fixing broken build and compiler warnings.Alan Mishchenko2020-04-176-8/+8
|
* Removing debug stop.Alan Mishchenko2020-04-171-4/+0
|
* Memory leak.Alan Mishchenko2020-04-171-0/+3
|
* Adding check for comb loops in NDR.Alan Mishchenko2020-04-173-1/+141
|
* QBF-based code generation.Alan Mishchenko2020-04-121-5/+90
|
* Procedures to explore structural support of an AIG.Alan Mishchenko2020-04-101-0/+1
|
* Various changes.Alan Mishchenko2020-04-102-1/+3
|
* Various changes.Alan Mishchenko2020-04-103-20/+151
|
* Debugging a combo loop in NDR.Alan Mishchenko2020-04-091-2/+3
|
* Adding option to &saveaig to compare AIGs by node count.Alan Mishchenko2020-04-091-0/+3
|
* Various changes.Alan Mishchenko2020-04-083-41/+86
|
* Adding option to &saveaig to compare AIGs by node count.Alan Mishchenko2020-04-071-1/+1
|
* Adding option to &saveaig to compare AIGs by node count.Alan Mishchenko2020-04-071-1/+4
|
* Various changes.Alan Mishchenko2020-03-292-15/+18
|
* Various changes.Alan Mishchenko2020-03-214-10/+12
|
* Various changes.Alan Mishchenko2020-03-185-19/+206
|
* Adding limit on the number of live BDD nodes in command 'muxes -g'.Alan Mishchenko2020-03-141-1/+1
|
* Adding limit on the number of live BDD nodes in command 'muxes -g'.Alan Mishchenko2020-03-121-1/+1
|
* Adding limit on the number of live BDD nodes in command 'muxes -g'.Alan Mishchenko2020-03-123-17/+32
|
* Ongoing changes to the simulator.Alan Mishchenko2020-03-091-15/+49
|
* Ongoing changes to the simulator.Alan Mishchenko2020-03-093-13/+128
|