Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Experiments with word-level data structures. | Alan Mishchenko | 2022-03-06 | 1 | -2/+2 | |
| | | ||||||
| * | Experiments with word-level data structures. | Alan Mishchenko | 2022-03-06 | 1 | -10/+91 | |
| | | ||||||
| * | Experiments with word-level data structures. | Alan Mishchenko | 2022-03-05 | 4 | -39/+194 | |
| | | ||||||
| * | Interleaved variable ordering during bit-blasting. | Alan Mishchenko | 2022-02-25 | 2 | -3/+60 | |
| | | ||||||
| * | Intersection a bug in rewrite/refactor. | Alan Mishchenko | 2022-02-23 | 1 | -1/+1 | |
| | | ||||||
| * | Intersection a bug in rewrite/refactor. | Alan Mishchenko | 2022-02-22 | 8 | -43/+80 | |
| | | ||||||
| * | Similar changes suggested in other places. | Alan Mishchenko | 2022-02-18 | 1 | -4/+4 | |
| | | ||||||
| * | Suggested change to prevent ABC from crashing when compiled on Windows. | Alan Mishchenko | 2022-02-18 | 1 | -1/+2 | |
| | | ||||||
| * | Experiments with word-level data structures. | Alan Mishchenko | 2022-02-16 | 7 | -224/+562 | |
| | | ||||||
| * | Improving truth table handling. | Alan Mishchenko | 2022-02-16 | 3 | -2/+27 | |
| | | ||||||
| * | Improving truth table handling. | Alan Mishchenko | 2022-02-03 | 5 | -21/+166 | |
| | | ||||||
| * | Compiler warnings. | Alan Mishchenko | 2022-02-02 | 1 | -2/+2 | |
| | | ||||||
| * | Experiments with word-level data structures. | Alan Mishchenko | 2022-02-02 | 3 | -32/+439 | |
| | | ||||||
| * | Move CI to GitHub Actions. | Baruch Sterin | 2022-01-22 | 1 | -1/+1 | |
| | | | | | | | | Also, a few minor changes that are required to compile ABC under moder compilers. | |||||
| * | Suggested bug fixes in the old code. | Alan Mishchenko | 2022-01-21 | 2 | -2/+2 | |
| | | ||||||
| * | Compiler warnings. | Alan Mishchenko | 2022-01-21 | 1 | -6/+6 | |
| | | ||||||
| * | Experiments with word-level data structures. | Alan Mishchenko | 2022-01-21 | 7 | -153/+2359 | |
| | | ||||||
| * | Adding new command &icec. | Alan Mishchenko | 2021-12-17 | 3 | -8/+200 | |
| | | ||||||
| * | Compiler warning. | Alan Mishchenko | 2021-12-16 | 1 | -8/+7 | |
| | | ||||||
| * | Adding new command %yosys. | Alan Mishchenko | 2021-12-16 | 3 | -0/+284 | |
| | | ||||||
| * | Outputting the constant node in 'write_gml'. | Alan Mishchenko | 2021-12-06 | 1 | -0/+12 | |
| | | ||||||
| * | Adding command-line switch 'testnpn -A 12' for P-only canonical form ↵ | Alan Mishchenko | 2021-12-03 | 2 | -1/+15 | |
| | | | | | | | | computation. | |||||
| * | Bug fix in blasting word-level flops. | Alan Mishchenko | 2021-12-02 | 1 | -3/+3 | |
| | | ||||||
| * | Disabling choices when they are computed incorrectly. | Alan Mishchenko | 2021-11-30 | 2 | -2/+9 | |
| | | ||||||
| * | Changes to make compiler happy. | Alan Mishchenko | 2021-11-27 | 1 | -1/+2 | |
| | | ||||||
| * | Bug fix in sweep (which happens to be a rare bug in Abc_NodeMinimumBase) ↵ | Alan Mishchenko | 2021-11-27 | 1 | -0/+6 | |
| | | | | | | | | (additional fix). | |||||
* | | read_cex: Allow reading cex that has extra registers | Jannis Harder | 2022-07-01 | 1 | -0/+6 | |
| | | ||||||
* | | distinquish between old and new format as well | Miodrag Milanovic | 2022-05-06 | 1 | -3/+3 | |
| | | ||||||
* | | Give more reasonable error on read_cex and handle status | Miodrag Milanovic | 2022-05-06 | 1 | -4/+7 | |
| | | ||||||
* | | Fix for unhandled aiw file commands | Miodrag Milanovic | 2022-04-15 | 1 | -2/+2 | |
| | | ||||||
* | | Make read_cex able to append if some latches are missing | Miodrag Milanovic | 2022-04-13 | 1 | -3/+11 | |
| | | ||||||
* | | fix buffer error | Miodrag Milanovic | 2022-03-22 | 1 | -2/+5 | |
| | | ||||||
* | | gcc 4.8 fix | Miodrag Milanovic | 2022-03-04 | 1 | -3/+3 | |
| | | ||||||
* | | read_cex (#12) | Miodrag Milanović | 2022-03-04 | 1 | -7/+285 | |
| | | | | | | Added read_cex command | |||||
* | | Fixes and more cleanups in write_cex output code | Claire Xenia Wolf | 2022-02-15 | 1 | -34/+27 | |
| | | | | | | | | Signed-off-by: Claire Xenia Wolf <claire@clairexen.net> | |||||
* | | Cleanups in write_cex output format | Claire Xenia Wolf | 2022-02-15 | 1 | -2/+7 | |
| | | | | | | | | Signed-off-by: Claire Xenia Wolf <claire@clairexen.net> | |||||
* | | Enable writing of minimized Cex in non-names mode | Claire Xenia Wolf | 2022-02-15 | 1 | -3/+7 | |
| | | | | | | | | Signed-off-by: Claire Xenia Wolf <claire@clairexen.net> | |||||
* | | write_cex - add minimize using algorithm from cexinfo command | Miodrag Milanovic | 2021-11-19 | 1 | -4/+36 | |
| | | ||||||
* | | Merge remote-tracking branch 'upstream/master' into yosys-experimental | Miodrag Milanovic | 2021-11-12 | 71 | -538/+4864 | |
|\| | ||||||
| * | Bug fix in processing NDR. | Alan Mishchenko | 2021-11-08 | 2 | -3/+8 | |
| | | ||||||
| * | New API for external calls. | Alan Mishchenko | 2021-10-26 | 1 | -0/+1 | |
| | | ||||||
| * | Bug fix in sweep (which happens to be a rare bug in Abc_NodeMinimumBase). | Alan Mishchenko | 2021-10-23 | 3 | -6/+55 | |
| | | ||||||
| * | Various changes. | Alan Mishchenko | 2021-10-22 | 1 | -0/+2 | |
| | | ||||||
| * | Changing static to extern for two procedures. | Alan Mishchenko | 2021-10-17 | 1 | -2/+2 | |
| | | ||||||
| * | Experiments with SAT solving. | Alan Mishchenko | 2021-10-09 | 1 | -3/+22 | |
| | | ||||||
| * | New command &stochsyn for stochastic synthesis. | Alan Mishchenko | 2021-10-06 | 1 | -0/+103 | |
| | | ||||||
| * | Other compiler changes. | Alan Mishchenko | 2021-09-26 | 1 | -0/+7 | |
| | | ||||||
| * | Changing declaration of Vec_Ptr_t sorting function to satisfy some compilers. | Alan Mishchenko | 2021-09-26 | 14 | -20/+20 | |
| | | ||||||
| * | Two rare corner-case bugs in &if mapper. | Alan Mishchenko | 2021-09-26 | 1 | -1/+5 | |
| | | ||||||
| * | Adding command &reshape. | Alan Mishchenko | 2021-09-21 | 1 | -6/+11 | |
| | |