summaryrefslogtreecommitdiffstats
path: root/src/base
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | Also, a few minor changes that are required to compile ABC under moder compilers.
* 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 ↵Alan Mishchenko2021-12-032-1/+15
| | | | computation.
* 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) ↵Alan Mishchenko2021-11-271-0/+6
| | | | (additional fix).
* 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
|
* Adding command &reshape.Alan Mishchenko2021-09-212-21/+63
|
* Removing unused command.Alan Mishchenko2021-09-212-157/+0
|
* Various changes.Alan Mishchenko2021-09-213-13/+23
|
* Improving MiniAIG and name manager.Alan Mishchenko2021-09-161-1/+1
|
* Further debugging of MiniLUT APIs.Alan Mishchenko2021-09-161-0/+1
|
* Various changes.Alan Mishchenko2021-09-141-9/+16
|
* Enable command 'pipe' for pipelining.Alan Mishchenko2021-09-133-15/+15
|
* Disabling command print_mint when CUDD is not used.Alan Mishchenko2021-09-071-0/+7
|
* Bug fix in the timing manager.Alan Mishchenko2021-09-061-28/+30
|
* Various changes.Alan Mishchenko2021-09-042-2/+2
|
* Additional MiniLUT API.Alan Mishchenko2021-09-031-0/+1
|
* Various changes.Alan Mishchenko2021-09-023-7/+278
|
* Allow &mfs to work on sequential AIGs.Alan Mishchenko2021-08-241-1/+10
|
* Compiler warnings.Alan Mishchenko2021-08-235-5/+7
|
* Adding input/output/flop name reading in command &r.Alan Mishchenko2021-08-221-0/+39
|
* Support of pair-wise miter and other changes.Alan Mishchenko2021-08-222-4/+21
|
* Merge pull request #133 from twier/inv_get_name_mangling_fixalanminko2021-08-192-9/+43
|\ | | | | Fix name-mangling behavior of inv_get
| * Add comment to Wlc_NtkGetInv about vNamesIn's roleTobias Wiersema2021-08-191-0/+2
| |
| * Fix typo inifity -> infinity in inv_get helpTobias Wiersema2021-08-191-1/+1
| |
| * Add inv_get -f to read flop names from GIATobias Wiersema2021-08-192-8/+40
| |
* | Extending &trim to trim structurally equivalent primary outputs.Alan Mishchenko2021-08-191-3/+14
|/
* Improving AIG to Verilog converter.Alan Mishchenko2021-08-171-3/+8
|