summaryrefslogtreecommitdiffstats
path: root/src/base
Commit message (Expand)AuthorAgeFilesLines
...
| * Experiments with word-level data structures.Alan Mishchenko2022-03-061-2/+2
| * Experiments with word-level data structures.Alan Mishchenko2022-03-061-10/+91
| * Experiments with word-level data structures.Alan Mishchenko2022-03-054-39/+194
| * Interleaved variable ordering during bit-blasting.Alan Mishchenko2022-02-252-3/+60
| * Intersection a bug in rewrite/refactor.Alan Mishchenko2022-02-231-1/+1
| * Intersection a bug in rewrite/refactor.Alan Mishchenko2022-02-228-43/+80
| * Similar changes suggested in other places.Alan Mishchenko2022-02-181-4/+4
| * Suggested change to prevent ABC from crashing when compiled on Windows.Alan Mishchenko2022-02-181-1/+2
| * Experiments with word-level data structures.Alan Mishchenko2022-02-167-224/+562
| * Improving truth table handling.Alan Mishchenko2022-02-163-2/+27
| * Improving truth table handling.Alan Mishchenko2022-02-035-21/+166
| * Compiler warnings.Alan Mishchenko2022-02-021-2/+2
| * Experiments with word-level data structures.Alan Mishchenko2022-02-023-32/+439
| * Move CI to GitHub Actions.Baruch Sterin2022-01-221-1/+1
| * Suggested bug fixes in the old code.Alan Mishchenko2022-01-212-2/+2
| * Compiler warnings.Alan Mishchenko2022-01-211-6/+6
| * Experiments with word-level data structures.Alan Mishchenko2022-01-217-153/+2359
| * Adding new command &icec.Alan Mishchenko2021-12-173-8/+200
| * Compiler warning.Alan Mishchenko2021-12-161-8/+7
| * Adding new command %yosys.Alan Mishchenko2021-12-163-0/+284
| * Outputting the constant node in 'write_gml'.Alan Mishchenko2021-12-061-0/+12
| * Adding command-line switch 'testnpn -A 12' for P-only canonical form computat...Alan Mishchenko2021-12-032-1/+15
| * Bug fix in blasting word-level flops.Alan Mishchenko2021-12-021-3/+3
| * Disabling choices when they are computed incorrectly.Alan Mishchenko2021-11-302-2/+9
| * Changes to make compiler happy.Alan Mishchenko2021-11-271-1/+2
| * Bug fix in sweep (which happens to be a rare bug in Abc_NodeMinimumBase) (add...Alan Mishchenko2021-11-271-0/+6
* | read_cex: Allow reading cex that has extra registersJannis Harder2022-07-011-0/+6
* | distinquish between old and new format as wellMiodrag Milanovic2022-05-061-3/+3
* | Give more reasonable error on read_cex and handle statusMiodrag Milanovic2022-05-061-4/+7
* | Fix for unhandled aiw file commandsMiodrag Milanovic2022-04-151-2/+2
* | Make read_cex able to append if some latches are missingMiodrag Milanovic2022-04-131-3/+11
* | fix buffer errorMiodrag Milanovic2022-03-221-2/+5
* | gcc 4.8 fixMiodrag Milanovic2022-03-041-3/+3
* | read_cex (#12)Miodrag Milanović2022-03-041-7/+285
* | Fixes and more cleanups in write_cex output codeClaire Xenia Wolf2022-02-151-34/+27
* | Cleanups in write_cex output formatClaire Xenia Wolf2022-02-151-2/+7
* | Enable writing of minimized Cex in non-names modeClaire Xenia Wolf2022-02-151-3/+7
* | write_cex - add minimize using algorithm from cexinfo commandMiodrag Milanovic2021-11-191-4/+36
* | Merge remote-tracking branch 'upstream/master' into yosys-experimentalMiodrag Milanovic2021-11-1271-538/+4864
|\|
| * Bug fix in processing NDR.Alan Mishchenko2021-11-082-3/+8
| * New API for external calls.Alan Mishchenko2021-10-261-0/+1
| * Bug fix in sweep (which happens to be a rare bug in Abc_NodeMinimumBase).Alan Mishchenko2021-10-233-6/+55
| * Various changes.Alan Mishchenko2021-10-221-0/+2
| * Changing static to extern for two procedures.Alan Mishchenko2021-10-171-2/+2
| * Experiments with SAT solving.Alan Mishchenko2021-10-091-3/+22
| * New command &stochsyn for stochastic synthesis.Alan Mishchenko2021-10-061-0/+103
| * Other compiler changes.Alan Mishchenko2021-09-261-0/+7
| * Changing declaration of Vec_Ptr_t sorting function to satisfy some compilers.Alan Mishchenko2021-09-2614-20/+20
| * Two rare corner-case bugs in &if mapper.Alan Mishchenko2021-09-261-1/+5
| * Adding command &reshape.Alan Mishchenko2021-09-211-6/+11