summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Performance bug in k-resub and faster windowing.Alan Mishchenko2020-09-182-26/+236
|
* Experiment with using MUXes in k-resub engine.Alan Mishchenko2020-09-171-6/+102
|
* Compiler warnings.Alan Mishchenko2020-09-172-2/+2
|
* Improving MFFC computation code.Alan Mishchenko2020-09-178-173/+202
|
* Bug fixed in the resub code.Alan Mishchenko2020-09-161-12/+73
|
* Compiler warnings.Alan Mishchenko2020-09-132-2/+2
|
* Experiments with iterative synthesis.Alan Mishchenko2020-09-137-42/+264
|
* Deleting unused info left by the SAT sweeper.Alan Mishchenko2020-09-101-0/+2
|
* Adding switch &cec -w to print SAT solver stats.Alan Mishchenko2020-09-064-3/+9
|
* Fixing a typo in setting the miter type.Alan Mishchenko2020-09-061-1/+1
|
* Verifying new resub code.Alan Mishchenko2020-09-062-19/+156
|
* Experiments with ICCAD CAD benchmarks (Problem A).Alan Mishchenko2020-09-032-7/+627
|
* Experiments with window computation.Alan Mishchenko2020-08-152-16/+365
|
* Making &cec use precomputed simulation info.Alan Mishchenko2020-08-124-12/+42
|
* Extending &sim_read to use non-64-divisible pattern counts.Alan Mishchenko2020-08-121-3/+13
|
* New ways of reading MiniAIG.Alan Mishchenko2020-07-291-1/+1
|
* New ways of reading MiniAIG.Alan Mishchenko2020-07-292-3/+278
|
* Fixing new resub code.Alan Mishchenko2020-07-201-2/+1
|
* Fixing new resub code.Alan Mishchenko2020-07-202-122/+215
|
* Experiment with structural similarity.Alan Mishchenko2020-07-166-0/+220
|
* Correctly handling transfer of additional AIG info when AIG has no internal ↵Alan Mishchenko2020-07-132-4/+20
| | | | nodes.
* Fixing commands 'putontop' and 'topmost'; adding command 'bottommost'.Alan Mishchenko2020-07-112-16/+171
|
* Adding new resub code.Alan Mishchenko2020-07-082-0/+580
|
* 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-042-10/+73
|
* Experimental simulation.Alan Mishchenko2020-06-032-1/+100
|
* Dumping BDD variable order after 'clp'.Alan Mishchenko2020-05-186-10/+27
|
* Experimental resubstitution.Alan Mishchenko2020-05-157-263/+512
|
* Experimental resubstitution.Alan Mishchenko2020-05-131-67/+221
|
* Experimental resubstitution.Alan Mishchenko2020-05-111-4/+10
|
* Adding new utility procedures.Alan Mishchenko2020-05-116-45/+159
|
* Adding new utility procedures.Alan Mishchenko2020-05-103-9/+172
|
* Experimental resubstitution.Alan Mishchenko2020-05-082-37/+125
|
* Experimental resubstitution.Alan Mishchenko2020-05-071-35/+87
|
* Experimental resubstitution.Alan Mishchenko2020-05-072-233/+450
|
* Fixing the accidentally broken build.Alan Mishchenko2020-05-061-1/+0
|
* Experiment with permutations.Alan Mishchenko2020-05-031-1/+1
|
* Experiment with permutations.Alan Mishchenko2020-05-032-1/+97
|
* Compiler warnings and errors.Alan Mishchenko2020-05-034-8/+8
|
* Compiler warnings.Alan Mishchenko2020-05-032-2/+0
|
* Adding dumping of genlib library in Verilog.Alan Mishchenko2020-05-032-30/+30
|
* Adding dumping of genlib library in Verilog.Alan Mishchenko2020-05-031-1/+1
|
* Adding dumping of genlib library in Verilog.Alan Mishchenko2020-05-034-7/+110
|
* Experimental resubstitution.Alan Mishchenko2020-05-039-5/+1049
|
* 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.
| * Gia_ManDupPermFlop to behave as Gia_ManDupPermEddie Hung2020-04-271-5/+7
| | | | | | | | Fixes sequential synthesis (e.g. &scl) for multiple domains
* | Merge pull request #65 from FPGeh/fix_seq_synthalanminko2020-04-301-5/+7
|\ \ | | | | | | Gia_ManDupPermFlop to behave as Gia_ManDupPerm