summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #21 from xobs/cast-unsigned-signedyosys-experimentalCatherine2023-02-232-7/+7
|\ | | | | casts: add casts for unsigned -> signed int
| * casts: add casts for unsigned -> signed intSean Cross2023-02-152-7/+7
| | | | | | | | | | | | | | | | | | | | 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>
* | Add WASI support in Abc_Clock.Catherine2023-02-231-1/+1
|/
* Add WASI support in Exa4_ManSolve.Catherine2023-02-041-0/+4
|
* Merge remote-tracking branch 'upstream/master' into yosys-experimentalMiodrag Milanovic2022-11-0930-77/+4107
|\
| * Bug fix in &dch -x.Alan Mishchenko2022-10-191-1/+1
| |
| * Adding comment about dup cell name.Alan Mishchenko2022-10-111-0/+2
| |
| * Updating features of &if mapper.Alan Mishchenko2022-10-097-6/+76
| |
| * fix compile warningsYukio Miyasaka2022-09-191-19/+19
| |
| * Compiler warnings.Alan Mishchenko2022-09-193-10/+8
| |
| * Compiler warnings.Alan Mishchenko2022-09-192-9/+27
| |
| * Compiler warnings.Alan Mishchenko2022-09-192-3/+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
| |
| * Temporarily disabling &ttopt in the Windows version.Alan Mishchenko2022-09-191-0/+6
| |
| * Merge pull request #178 from MyskYko/ttoptalanminko2022-09-193-0/+1317
| |\ | | | | | | Import ttopt
| | * import ttoptYukio Miyasaka2022-09-173-0/+1317
| | |
| * | Adding args to command %yosys.Alan Mishchenko2022-09-194-19/+60
| |/
| * Compiler warnings.Alan Mishchenko2022-08-302-2/+4
| |
| * Testing utility code.Alan Mishchenko2022-08-303-1/+122
| |
| * Various changes.Alan Mishchenko2022-08-301-1/+2
| |
| * Various changes.Alan Mishchenko2022-08-305-13/+490
| |
| * Changing 2:1 MUX fanin order to be (ctrl, data0, data1).Alan Mishchenko2022-08-111-1/+1
| |
| * Improvements to command 'twoexact'.Alan Mishchenko2022-08-081-1/+1
| |
| * Improvements to command 'twoexact'.Alan Mishchenko2022-08-082-10/+301
| |
| * Improvements to command 'twoexact'.Alan Mishchenko2022-08-071-3/+3
| |
| * Improvements to command 'twoexact'.Alan Mishchenko2022-08-073-5/+1031
| |
| * Improvements to command 'twoexact'.Alan Mishchenko2022-08-041-7/+24
| |
| * Improvements to command 'twoexact'.Alan Mishchenko2022-08-033-19/+124
| |
| * Investigating complex miters.Alan Mishchenko2022-08-034-8/+185
| |
| * New switch in command &st for adding buffers.Alan Mishchenko2022-07-312-5/+38
| |
| * Constructing boolean relation.Alan Mishchenko2022-07-301-0/+156
| |
| * Various changes.Alan Mishchenko2022-07-307-2/+177
| |
* | Additional fix for large liberty filesMiodrag Milanovic2022-09-081-26/+26
| |
* | Support using large liberty filesMiodrag Milanovic2022-09-071-5/+5
| |
* | write_cex: Check for unsupported multi-PO SAT based minimizationJannis Harder2022-08-051-1/+6
| | | | | | | | | | Running SAT-based CEX minimization with multiple POs runs into an assertion. This makes it produce an error message instead.
* | read_cex: Faster parsing and care bits for verificationJannis Harder2022-08-054-36/+159
| |
* | Add '-p' option to 'constr' to allow fully removing constraintsJannis Harder2022-08-051-4/+27
| | | | | | | | | | | | Invoking 'constr -r' converts constraints into POs but does not fully remove them. Now 'constr -pr' can be used to completely remove them, leaving the set of non-constraint POs unchanged.
* | Revert "Remove ABC_NO_RLIMIT macro, use defined(__wasm) instead."Miodrag Milanovic2022-07-151-2/+2
| | | | | | | | This reverts commit fd2c9b1c19216f6b756f88b18f5ca67b759ca128.
* | Add support for WASI platform in Wln_ConvertToRtl.Catherine2022-07-071-0/+4
| |
* | Prevent types from stdint to be defined under abc namespaceMiodrag Milanovic2022-07-041-2/+2
| |
* | Merge remote-tracking branch 'upstream/master' into yosys-experimentalMiodrag Milanovic2022-07-04106-290/+11769
|\|
| * Commenting out unimportant assertion.Alan Mishchenko2022-06-271-1/+1
| |
| * Dumping equivalences after SAT sweeping.Alan Mishchenko2022-06-265-6/+172
| |
| * Experiments with technology mapping.Alan Mishchenko2022-06-253-0/+322
| |
| * Making command &kissat not look for the binary in the current dir.Alan Mishchenko2022-06-231-2/+9
| |
| * Experiments with the mapper.Alan Mishchenko2022-06-237-1/+117
| |
| * Adding command to check resub problem solution.Alan Mishchenko2022-06-102-7/+91
| |