summaryrefslogtreecommitdiffstats
path: root/src/base
Commit message (Collapse)AuthorAgeFilesLines
* casts: add casts for unsigned -> signed intSean Cross2023-02-151-6/+6
| | | | | | | | | | 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 remote-tracking branch 'upstream/master' into yosys-experimentalMiodrag Milanovic2022-11-097-39/+524
|\
| * Updating features of &if mapper.Alan Mishchenko2022-10-091-2/+14
| |
| * Compiler warnings.Alan Mishchenko2022-09-191-2/+5
| |
| * Compiler warnings.Alan Mishchenko2022-09-191-6/+6
| |
| * Compiler warnings.Alan Mishchenko2022-09-191-2/+0
| |
| * Temporarily disabling &ttopt in the Windows version.Alan Mishchenko2022-09-191-0/+6
| |
| * Merge pull request #178 from MyskYko/ttoptalanminko2022-09-191-0/+109
| |\ | | | | | | Import ttopt
| | * import ttoptYukio Miyasaka2022-09-171-0/+109
| | |
| * | Adding args to command %yosys.Alan Mishchenko2022-09-193-17/+42
| |/
| * Compiler warnings.Alan Mishchenko2022-08-301-0/+2
| |
| * Testing utility code.Alan Mishchenko2022-08-302-1/+91
| |
| * Various changes.Alan Mishchenko2022-08-302-4/+17
| |
| * Improvements to command 'twoexact'.Alan Mishchenko2022-08-071-4/+26
| |
| * Improvements to command 'twoexact'.Alan Mishchenko2022-08-031-2/+10
| |
| * Investigating complex miters.Alan Mishchenko2022-08-033-6/+99
| |
| * New switch in command &st for adding buffers.Alan Mishchenko2022-07-311-5/+17
| |
| * Various changes.Alan Mishchenko2022-07-301-0/+92
| |
* | 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-051-33/+73
| |
* | 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
| |
* | Merge remote-tracking branch 'upstream/master' into yosys-experimentalMiodrag Milanovic2022-07-0435-135/+5395
|\|
| * Dumping equivalences after SAT sweeping.Alan Mishchenko2022-06-261-5/+15
| |
| * Experiments with technology mapping.Alan Mishchenko2022-06-251-0/+64
| |
| * Making command &kissat not look for the binary in the current dir.Alan Mishchenko2022-06-231-2/+9
| |
| * Adding command to check resub problem solution.Alan Mishchenko2022-06-101-0/+60
| |
| * Bug fix by Ai Quoc Dao.Alan Mishchenko2022-06-081-1/+1
| |
| * Renaming switch '-i' into '-c' in %collapse.Alan Mishchenko2022-06-051-4/+4
| |
| * Enabling support for reading AIGs with XOR gates.Alan Mishchenko2022-06-051-4/+18
| |
| * Integrated Kissat, by Armin Biere, as an external binary.Alan Mishchenko2022-06-022-0/+191
| |
| * Supporting new resub problem format.Alan Mishchenko2022-06-022-1/+54
| |
| * Adding new switch to &cec.Alan Mishchenko2022-05-201-8/+24
| |
| * Adding switch to dsd_match to skip small functions.Alan Mishchenko2022-05-183-6/+17
| |
| * One less line printed out in the batch mode.Alan Mishchenko2022-05-181-1/+1
| |
| * Removing duplicated command.Alan Mishchenko2022-04-261-1/+1
| |
| * Adding switch -c to &cone.Alan Mishchenko2022-04-262-4/+15
| |
| * Experiments with word-level data structures.Alan Mishchenko2022-04-262-65/+220
| |
| * A trivial changeset.Alan Mishchenko2022-04-241-1/+0
| |
| * Adding a switch to complement outputs after collapsing.Alan Mishchenko2022-04-241-3/+9
| |
| * Bug fix in &uif.Alan Mishchenko2022-04-243-16/+57
| |
| * Experiments with SAT sweeping.Alan Mishchenko2022-04-241-1/+1
| |
| * Experiments with SAT sweeping.Alan Mishchenko2022-04-241-2/+3
| |
| * Experiments with SAT sweeping.Alan Mishchenko2022-04-241-5/+13
| |
| * Adding switch to stop scorr if refinement is too slow.Alan Mishchenko2022-04-242-13/+63
| |
| * Experiments with word-level data structures.Alan Mishchenko2022-04-223-9/+457
| |
| * Added a switch to &dfs to perform levelized ordering.Alan Mishchenko2022-04-041-6/+13
| |
| * Experiments with word-level data structures.Alan Mishchenko2022-04-044-26/+156
| |
| * Suggested changes to properly initialize the variable array for ↵Alan Mishchenko2022-04-021-5/+16
| | | | | | | | Cudd_bddVectorCompose().