summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Experiments with word-level data structures.Alan Mishchenko2022-02-024-33/+440
|
* Adding option to dump CNF after preprocessing in &glucose.Alan Mishchenko2022-02-026-8/+22
|
* Merge pull request #151 from sterin/masteralanminko2022-01-225-5/+11
|\ | | | | Build CMake on GitHub Actions
| * Build CMake on GitHub ActionsBaruch Sterin2022-01-235-5/+11
|/ | | | | Also, resolve CMake build problems on macOS: Pass CMAKE_OSX_SYSROOT as an environment variable SDKROOT when buildind the arch_flags executable.
* Suggested bug fix.Alan Mishchenko2022-01-221-1/+1
|
* Merge pull request #150 from sterin/masteralanminko2022-01-2211-87/+184
|\ | | | | Move CI to GitHub Actions.
| * Build CMake on GitHub Actions 2Baruch Sterin2022-01-221-2/+2
| |
| * Build CMake on GitHub ActionsBaruch Sterin2022-01-223-0/+62
| |
| * Move CI to GitHub Actions.Baruch Sterin2022-01-2210-87/+122
|/ | | | Also, a few minor changes that are required to compile ABC under moder compilers.
* Suggested bug fixes in the old code.Alan Mishchenko2022-01-216-9/+8
|
* Compiler warnings.Alan Mishchenko2022-01-211-6/+6
|
* Experiments with word-level data structures.Alan Mishchenko2022-01-2111-155/+2387
|
* Missing class name in the FreeBSD code.Alan Mishchenko2021-12-292-2/+2
|
* Changes to pattern generation.Alan Mishchenko2021-12-261-32/+63
|
* Adding new command &icec.Alan Mishchenko2021-12-175-8/+265
|
* Fixing a rare problem with choice nodes.Alan Mishchenko2021-12-161-0/+26
|
* Compiler warning.Alan Mishchenko2021-12-161-8/+7
|
* Adding new command %yosys.Alan Mishchenko2021-12-164-0/+288
|
* 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-033-2/+16
| | | | computation.
* Bug fix in blasting word-level flops.Alan Mishchenko2021-12-022-3/+11
|
* Disabling choices when they are computed incorrectly.Alan Mishchenko2021-11-302-2/+9
|
* Changes to make compiler happy.Alan Mishchenko2021-11-2710-1/+231
|
* Merge branch 'master' of github.com:berkeley-abc/abcAlan Mishchenko2021-11-271-1/+24
|\
| * Merge pull request #139 from antmicro/fix-unconnected-couts-upstreamalanminko2021-11-101-1/+24
| |\ | | | | | | Consider unconnected carry-out ports
| | * Fix typoMichael Gielda2021-10-261-1/+1
| | |
| | * Added including unconnected carry-outs in the carry-chain connection list.Maciej Kurc2021-10-251-1/+24
| | | | | | | | | | | | Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
* | | 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-083-10/+31
| |
* | Temporary fix to a &blut problem.Alan Mishchenko2021-11-071-2/+2
| |
* | Compiler warnings.Alan Mishchenko2021-11-052-22/+37
| |
* | Bug fix and new procedures.Alan Mishchenko2021-11-021-4/+4
| |
* | Bug fix and new procedures.Alan Mishchenko2021-11-023-4/+70
| |
* | New API for external calls.Alan Mishchenko2021-10-262-0/+17
|/
* 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-229-82/+228
|
* Changing static to extern for two procedures.Alan Mishchenko2021-10-171-2/+2
|
* Experiments with pattern generation.Alan Mishchenko2021-10-107-0/+1475
|
* Experiments with SAT solving.Alan Mishchenko2021-10-094-3/+1392
|
* New command &stochsyn for stochastic synthesis.Alan Mishchenko2021-10-072-57/+213
|
* Compiler warning.Alan Mishchenko2021-10-061-1/+1
|
* New command &stochsyn for stochastic synthesis.Alan Mishchenko2021-10-064-0/+429
|
* Various changes.Alan Mishchenko2021-10-064-38/+62
|
* Compiler warnings.Alan Mishchenko2021-09-301-2/+2
|
* Compiler warnings.Alan Mishchenko2021-09-301-3/+3
|
* Various changes.Alan Mishchenko2021-09-3017-5/+1625
|
* Other compiler changes.Alan Mishchenko2021-09-269-4/+44
|
* Changing declaration of Vec_Ptr_t sorting function to satisfy some compilers.Alan Mishchenko2021-09-2637-66/+66
|
* Various changes.Alan Mishchenko2021-09-263-4/+160
|
* Two rare corner-case bugs in &if mapper.Alan Mishchenko2021-09-262-2/+6
|