summaryrefslogtreecommitdiffstats
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>
* | Merge pull request #22 from YosysHQ/wasi-Abc_ClockCatherine2023-02-231-1/+1
|\ \ | |/ |/| Add WASI support in Abc_Clock
| * Add WASI support in Abc_Clock.Catherine2023-02-231-1/+1
|/
* Merge pull request #20 from YosysHQ/wasi-Exa4_ManSolveCatherine2023-02-041-0/+4
|\ | | | | Add WASI support in Exa4_ManSolve
| * Add WASI support in Exa4_ManSolve.Catherine2023-02-041-0/+4
|/
* Merge remote-tracking branch 'upstream/master' into yosys-experimentalMiodrag Milanovic2022-11-0932-81/+4115
|\
| * 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
| |
| * Merge pull request #180 from MyskYko/ttoptalanminko2022-09-191-19/+19
| |\ | | | | | | fix compile warnings
| | * 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-192-11/+27
| |
| * Merge pull request #179 from MyskYko/ttoptalanminko2022-09-191-134/+98
| |\ | | | | | | fix compile errors and warnings
| | * 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-074-9/+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-308-2/+181
| |
* | 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.
* | Merge pull request #18 from josuah/yosys-experimentalMiodrag Milanović2022-07-271-2/+2
|\ \ | | | | | | provide a fallback for systems without RLIMIT_AS
| * | do not include -lrt or -ldl on platform that do not support themJosuah Demangeon2022-07-151-2/+2
| | | | | | | | | | | | | | | Some platforms were already listed, this includes OpenBSD to the list and makes it easier to add more.
* | | Export versionMiodrag Milanovic2022-07-252-0/+2
| | |
* | | Revert "Remove ABC_NO_RLIMIT macro, use defined(__wasm) instead."Miodrag Milanovic2022-07-151-2/+2
| | | | | | | | | | | | This reverts commit fd2c9b1c19216f6b756f88b18f5ca67b759ca128.
* | | Merge pull request #17 from YosysHQ/wasi-wlnRtlCatherine2022-07-071-0/+4
|\| | | | | | | | Add support for WASI platform in Wln_ConvertToRtl
| * | Add support for WASI platform in Wln_ConvertToRtl.Catherine2022-07-071-0/+4
|/ /