Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #21 from xobs/cast-unsigned-signedyosys-experimental | Catherine | 2023-02-23 | 2 | -7/+7 |
|\ | | | | | casts: add casts for unsigned -> signed int | ||||
| * | casts: add casts for unsigned -> signed int | Sean Cross | 2023-02-15 | 2 | -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. | Catherine | 2023-02-23 | 1 | -1/+1 |
|/ | |||||
* | Add WASI support in Exa4_ManSolve. | Catherine | 2023-02-04 | 1 | -0/+4 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into yosys-experimental | Miodrag Milanovic | 2022-11-09 | 30 | -77/+4107 |
|\ | |||||
| * | Bug fix in &dch -x. | Alan Mishchenko | 2022-10-19 | 1 | -1/+1 |
| | | |||||
| * | Adding comment about dup cell name. | Alan Mishchenko | 2022-10-11 | 1 | -0/+2 |
| | | |||||
| * | Updating features of &if mapper. | Alan Mishchenko | 2022-10-09 | 7 | -6/+76 |
| | | |||||
| * | fix compile warnings | Yukio Miyasaka | 2022-09-19 | 1 | -19/+19 |
| | | |||||
| * | Compiler warnings. | Alan Mishchenko | 2022-09-19 | 3 | -10/+8 |
| | | |||||
| * | Compiler warnings. | Alan Mishchenko | 2022-09-19 | 2 | -9/+27 |
| | | |||||
| * | Compiler warnings. | Alan Mishchenko | 2022-09-19 | 2 | -3/+4 |
| | | |||||
| * | Compiler warnings. | Alan Mishchenko | 2022-09-19 | 1 | -11/+23 |
| | | |||||
| * | fix compile errors and warnings | Yukio Miyasaka | 2022-09-19 | 1 | -134/+98 |
| | | |||||
| * | Temporarily disabling new code. | Alan Mishchenko | 2022-09-19 | 1 | -0/+2 |
| | | |||||
| * | Temporarily disabling new code. | Alan Mishchenko | 2022-09-19 | 1 | -0/+18 |
| | | |||||
| * | Temporarily disabling &ttopt in the Windows version. | Alan Mishchenko | 2022-09-19 | 1 | -0/+6 |
| | | |||||
| * | Merge pull request #178 from MyskYko/ttopt | alanminko | 2022-09-19 | 3 | -0/+1317 |
| |\ | | | | | | | Import ttopt | ||||
| | * | import ttopt | Yukio Miyasaka | 2022-09-17 | 3 | -0/+1317 |
| | | | |||||
| * | | Adding args to command %yosys. | Alan Mishchenko | 2022-09-19 | 4 | -19/+60 |
| |/ | |||||
| * | Compiler warnings. | Alan Mishchenko | 2022-08-30 | 2 | -2/+4 |
| | | |||||
| * | Testing utility code. | Alan Mishchenko | 2022-08-30 | 3 | -1/+122 |
| | | |||||
| * | Various changes. | Alan Mishchenko | 2022-08-30 | 1 | -1/+2 |
| | | |||||
| * | Various changes. | Alan Mishchenko | 2022-08-30 | 5 | -13/+490 |
| | | |||||
| * | Changing 2:1 MUX fanin order to be (ctrl, data0, data1). | Alan Mishchenko | 2022-08-11 | 1 | -1/+1 |
| | | |||||
| * | Improvements to command 'twoexact'. | Alan Mishchenko | 2022-08-08 | 1 | -1/+1 |
| | | |||||
| * | Improvements to command 'twoexact'. | Alan Mishchenko | 2022-08-08 | 2 | -10/+301 |
| | | |||||
| * | Improvements to command 'twoexact'. | Alan Mishchenko | 2022-08-07 | 1 | -3/+3 |
| | | |||||
| * | Improvements to command 'twoexact'. | Alan Mishchenko | 2022-08-07 | 3 | -5/+1031 |
| | | |||||
| * | Improvements to command 'twoexact'. | Alan Mishchenko | 2022-08-04 | 1 | -7/+24 |
| | | |||||
| * | Improvements to command 'twoexact'. | Alan Mishchenko | 2022-08-03 | 3 | -19/+124 |
| | | |||||
| * | Investigating complex miters. | Alan Mishchenko | 2022-08-03 | 4 | -8/+185 |
| | | |||||
| * | New switch in command &st for adding buffers. | Alan Mishchenko | 2022-07-31 | 2 | -5/+38 |
| | | |||||
| * | Constructing boolean relation. | Alan Mishchenko | 2022-07-30 | 1 | -0/+156 |
| | | |||||
| * | Various changes. | Alan Mishchenko | 2022-07-30 | 7 | -2/+177 |
| | | |||||
* | | Additional fix for large liberty files | Miodrag Milanovic | 2022-09-08 | 1 | -26/+26 |
| | | |||||
* | | Support using large liberty files | Miodrag Milanovic | 2022-09-07 | 1 | -5/+5 |
| | | |||||
* | | write_cex: Check for unsupported multi-PO SAT based minimization | Jannis Harder | 2022-08-05 | 1 | -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 verification | Jannis Harder | 2022-08-05 | 4 | -36/+159 |
| | | |||||
* | | Add '-p' option to 'constr' to allow fully removing constraints | Jannis Harder | 2022-08-05 | 1 | -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 Milanovic | 2022-07-15 | 1 | -2/+2 |
| | | | | | | | | This reverts commit fd2c9b1c19216f6b756f88b18f5ca67b759ca128. | ||||
* | | Add support for WASI platform in Wln_ConvertToRtl. | Catherine | 2022-07-07 | 1 | -0/+4 |
| | | |||||
* | | Prevent types from stdint to be defined under abc namespace | Miodrag Milanovic | 2022-07-04 | 1 | -2/+2 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/master' into yosys-experimental | Miodrag Milanovic | 2022-07-04 | 106 | -290/+11769 |
|\| | |||||
| * | Commenting out unimportant assertion. | Alan Mishchenko | 2022-06-27 | 1 | -1/+1 |
| | | |||||
| * | Dumping equivalences after SAT sweeping. | Alan Mishchenko | 2022-06-26 | 5 | -6/+172 |
| | | |||||
| * | Experiments with technology mapping. | Alan Mishchenko | 2022-06-25 | 3 | -0/+322 |
| | | |||||
| * | Making command &kissat not look for the binary in the current dir. | Alan Mishchenko | 2022-06-23 | 1 | -2/+9 |
| | | |||||
| * | Experiments with the mapper. | Alan Mishchenko | 2022-06-23 | 7 | -1/+117 |
| | | |||||
| * | Adding command to check resub problem solution. | Alan Mishchenko | 2022-06-10 | 2 | -7/+91 |
| | |