summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Experiments with simulation-based engines.Alan Mishchenko2020-03-226-62/+379
* Various changes.Alan Mishchenko2020-03-211-0/+8
* Various changes.Alan Mishchenko2020-03-2113-47/+127
* Various changes.Alan Mishchenko2020-03-189-37/+312
* Downgrading random number generator to be not inlined.Alan Mishchenko2020-03-182-24/+37
* Extending TT-based ISOP to handle ISFs.Alan Mishchenko2020-03-184-0/+124
* Corner case bug fix in &sat -a.Alan Mishchenko2020-03-181-3/+12
* 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-124-18/+33
* Ongoing changes to the simulator.Alan Mishchenko2020-03-091-15/+49
* Ongoing changes to the simulator.Alan Mishchenko2020-03-096-28/+133
* Adding dumping json file with statistics in &mltest.Alan Mishchenko2020-03-081-4/+21
* Adding dumping json file with statistics in &mltest.Alan Mishchenko2020-03-071-5/+6
* Adding dumping json file with statistics in &mltest.Alan Mishchenko2020-03-072-12/+41
* Corner-case bug-fix in retiming (corrected fix).Alan Mishchenko2020-03-061-0/+4
* Corner-case bug-fix in retiming (undoing wrong fix).Alan Mishchenko2020-03-061-2/+2
* Corner-case bug-fix in retiming.Alan Mishchenko2020-03-061-2/+2
* Updating and extending simulation data structures.Alan Mishchenko2020-03-062-107/+21
* Updating and extending simulation data structures.Alan Mishchenko2020-03-051-13/+6
* Updating and extending simulation data structures.Alan Mishchenko2020-03-058-33/+69
* Changes to the old parser.Alan Mishchenko2020-03-021-6/+21
* Several misc changes.Alan Mishchenko2020-03-013-5/+17
* Merge pull request #66 from FPGeh/fix-and2delayalanminko2020-03-012-0/+2
|\
| * &sweep and &mfs to preserve nAnd2DelayEddie Hung2020-01-272-0/+2
* | Adding commands to generate data for experiments.Alan Mishchenko2020-02-233-1/+16
* | Adding commands to generate data for experiments.Alan Mishchenko2020-02-223-1/+111
* | Adding commands to generate data for experiments.Alan Mishchenko2020-02-224-6/+66
* | Adding commands to generate data for experiments.Alan Mishchenko2020-02-214-162/+599
* | Assertion failure in reading NDR.Alan Mishchenko2020-02-201-1/+2
* | Adding min-level merging of equivalence classes of AIG nodes.Alan Mishchenko2020-02-192-5/+180
* | Experimental simulation based code.Alan Mishchenko2020-02-064-638/+1181
* | Temporary commenting out of the assertion.Alan Mishchenko2020-02-061-1/+1
* | Cleaning up code and fixing for several typos.Alan Mishchenko2020-01-278-16/+12
* | Adding several new utilities.Alan Mishchenko2020-01-273-2/+111
* | Adding a warning in retiming when no node delays are given.Alan Mishchenko2020-01-231-1/+1
* | Adding a warning in retiming when no node delays are given.Alan Mishchenko2020-01-231-1/+6
|/
* Experiments with resubstitution.Alan Mishchenko2020-01-212-2/+366
* Experiments with simulation patterns.Alan Mishchenko2020-01-202-1/+570
* Experiments with MUX restructuring.Alan Mishchenko2020-01-201-7/+34
* Experiments with MUX restructuring.Alan Mishchenko2020-01-192-0/+89
* Adding new command to generate specialized miter.Alan Mishchenko2020-01-192-0/+228
* Adding CNF variable mapping rules.Alan Mishchenko2020-01-181-0/+11
* Adding AIG stats logging (using JSON format).Alan Mishchenko2020-01-161-0/+14
* Adding AIG stats logging.Alan Mishchenko2020-01-161-0/+25
* Adding switch -g to use global rather than local BDDs in 'muxes'.Alan Mishchenko2020-01-144-14/+80
* Preventing 'mfs' from using fanins of fixed objects as divisors.Alan Mishchenko2020-01-111-1/+38
* Suggested fix to not collect leaves of black boxes.Alan Mishchenko2020-01-111-4/+4
* Adding dynamic memory alloc for the buffer in Liberty file reader.Alan Mishchenko2020-01-111-3/+9
* Improving performance of 'lutpack'.Alan Mishchenko2020-01-109-19/+143