summaryrefslogtreecommitdiffstats
path: root/src/aig/gia
Commit message (Collapse)AuthorAgeFilesLines
* casts: add casts for unsigned -> signed intSean Cross2023-02-151-1/+1
| | | | | | | | | | When compiling on Darwin ARM64 hardware using the Conda clang compiler, compilation fails due to these casts going from `unsigned` to `int`. In these cases, a cast appears to be the correct approach. Add a cast to make the compiler happy. Signed-off-by: Sean Cross <sean@xobs.io>
* Bug fix in &dch -x.Alan Mishchenko2022-10-191-1/+1
|
* Updating features of &if mapper.Alan Mishchenko2022-10-091-1/+1
|
* fix compile warningsYukio Miyasaka2022-09-191-19/+19
|
* Compiler warnings.Alan Mishchenko2022-09-192-8/+3
|
* Compiler warnings.Alan Mishchenko2022-09-191-3/+21
|
* Compiler warnings.Alan Mishchenko2022-09-191-1/+4
|
* Compiler warnings.Alan Mishchenko2022-09-191-11/+23
|
* fix compile errors and warningsYukio Miyasaka2022-09-191-134/+98
|
* Temporarily disabling new code.Alan Mishchenko2022-09-191-0/+2
|
* Temporarily disabling new code.Alan Mishchenko2022-09-191-0/+18
|
* import ttoptYukio Miyasaka2022-09-172-0/+1208
|
* Compiler warnings.Alan Mishchenko2022-08-301-2/+2
|
* Testing utility code.Alan Mishchenko2022-08-301-0/+31
|
* Various changes.Alan Mishchenko2022-08-301-1/+2
|
* Various changes.Alan Mishchenko2022-08-302-8/+464
|
* Investigating complex miters.Alan Mishchenko2022-08-031-2/+86
|
* New switch in command &st for adding buffers.Alan Mishchenko2022-07-311-0/+21
|
* Constructing boolean relation.Alan Mishchenko2022-07-301-0/+156
|
* Various changes.Alan Mishchenko2022-07-304-1/+66
|
* Experiments with technology mapping.Alan Mishchenko2022-06-252-0/+258
|
* Adding command to check resub problem solution.Alan Mishchenko2022-06-102-7/+91
|
* Adding command to check resub problem solution.Alan Mishchenko2022-06-103-0/+508
|
* Enabling support for reading AIGs with XOR gates.Alan Mishchenko2022-06-052-1/+74
|
* Supporting new resub problem format.Alan Mishchenko2022-06-021-1/+49
|
* Improvements to MiniAIG.Alan Mishchenko2022-05-181-1/+44
|
* Removing equivalence classes when they are not properly refined.Alan Mishchenko2022-04-281-0/+3
|
* Bug fix in &uif.Alan Mishchenko2022-04-241-2/+2
|
* Supporting multiple box types in &uif.Alan Mishchenko2022-04-241-17/+36
|
* Bug fix in &uif.Alan Mishchenko2022-04-241-4/+12
|
* Experiments with SAT sweeping.Alan Mishchenko2022-04-243-0/+1327
|
* Experiments with word-level data structures.Alan Mishchenko2022-04-222-1/+210
|
* Experiments with word-level data structures.Alan Mishchenko2022-04-042-7/+85
|
* Experiments with word-level data structures.Alan Mishchenko2022-02-021-1/+1
|
* Suggested bug fix.Alan Mishchenko2022-01-221-1/+1
|
* Suggested bug fixes in the old code.Alan Mishchenko2022-01-211-1/+1
|
* Experiments with word-level data structures.Alan Mishchenko2022-01-212-2/+16
|
* Changes to pattern generation.Alan Mishchenko2021-12-261-32/+63
|
* Adding new command &icec.Alan Mishchenko2021-12-172-0/+65
|
* Fixing a rare problem with choice nodes.Alan Mishchenko2021-12-161-0/+26
|
* Bug fix in blasting word-level flops.Alan Mishchenko2021-12-021-0/+8
|
* 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>
* | Temporary fix to a &blut problem.Alan Mishchenko2021-11-071-2/+2
| |
* | Bug fix and new procedures.Alan Mishchenko2021-11-022-4/+6
| |
* | New API for external calls.Alan Mishchenko2021-10-261-0/+16
|/
* Various changes.Alan Mishchenko2021-10-225-67/+187
|
* Experiments with pattern generation.Alan Mishchenko2021-10-104-0/+1376
|
* Experiments with SAT solving.Alan Mishchenko2021-10-092-0/+1366
|