Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fixing new resub code. | Alan Mishchenko | 2020-07-20 | 2 | -122/+215 | |
| | | ||||||
* | | Experiment with structural similarity. | Alan Mishchenko | 2020-07-16 | 6 | -0/+220 | |
| | | ||||||
* | | Correctly handling transfer of additional AIG info when AIG has no internal ↵ | Alan Mishchenko | 2020-07-13 | 2 | -4/+20 | |
| | | | | | | | | nodes. | |||||
* | | Fixing commands 'putontop' and 'topmost'; adding command 'bottommost'. | Alan Mishchenko | 2020-07-11 | 2 | -16/+171 | |
| | | ||||||
* | | Adding new resub code. | Alan Mishchenko | 2020-07-08 | 3 | -0/+584 | |
| | | ||||||
* | | Bug fix in &cec (properly updating the status after the corner case bug fix\). | Alan Mishchenko | 2020-06-24 | 1 | -0/+1 | |
| | | ||||||
* | | Bug fix in &cec (handling the case when the miter is disproved by the all-0 ↵ | Alan Mishchenko | 2020-06-24 | 1 | -5/+23 | |
| | | | | | | | | pattern). | |||||
* | | Compiler error. | Alan Mishchenko | 2020-06-04 | 1 | -4/+4 | |
| | | ||||||
* | | Experimental simulation. | Alan Mishchenko | 2020-06-04 | 2 | -10/+73 | |
| | | ||||||
* | | Experimental simulation. | Alan Mishchenko | 2020-06-03 | 2 | -1/+100 | |
| | | ||||||
* | | Dumping BDD variable order after 'clp'. | Alan Mishchenko | 2020-05-18 | 6 | -10/+27 | |
| | | ||||||
* | | Experimental resubstitution. | Alan Mishchenko | 2020-05-15 | 7 | -263/+512 | |
| | | ||||||
* | | Experimental resubstitution. | Alan Mishchenko | 2020-05-13 | 1 | -67/+221 | |
| | | ||||||
* | | Experimental resubstitution. | Alan Mishchenko | 2020-05-11 | 1 | -4/+10 | |
| | | ||||||
* | | Adding new utility procedures. | Alan Mishchenko | 2020-05-11 | 6 | -45/+159 | |
| | | ||||||
* | | Adding new utility procedures. | Alan Mishchenko | 2020-05-10 | 3 | -9/+172 | |
| | | ||||||
* | | Experimental resubstitution. | Alan Mishchenko | 2020-05-08 | 2 | -37/+125 | |
| | | ||||||
* | | Experimental resubstitution. | Alan Mishchenko | 2020-05-07 | 1 | -35/+87 | |
| | | ||||||
* | | Experimental resubstitution. | Alan Mishchenko | 2020-05-07 | 2 | -233/+450 | |
| | | ||||||
* | | Fixing the accidentally broken build. | Alan Mishchenko | 2020-05-06 | 1 | -1/+0 | |
| | | ||||||
* | | Experiment with permutations. | Alan Mishchenko | 2020-05-03 | 1 | -1/+1 | |
| | | ||||||
* | | Experiment with permutations. | Alan Mishchenko | 2020-05-03 | 2 | -1/+97 | |
| | | ||||||
* | | Compiler warnings and errors. | Alan Mishchenko | 2020-05-03 | 4 | -8/+8 | |
| | | ||||||
* | | Compiler warnings. | Alan Mishchenko | 2020-05-03 | 2 | -2/+0 | |
| | | ||||||
* | | Adding dumping of genlib library in Verilog. | Alan Mishchenko | 2020-05-03 | 2 | -30/+30 | |
| | | ||||||
* | | Adding dumping of genlib library in Verilog. | Alan Mishchenko | 2020-05-03 | 1 | -1/+1 | |
| | | ||||||
* | | Adding dumping of genlib library in Verilog. | Alan Mishchenko | 2020-05-03 | 4 | -7/+110 | |
| | | ||||||
* | | Experimental resubstitution. | Alan Mishchenko | 2020-05-03 | 9 | -5/+1049 | |
| | | ||||||
| * | Merge pull request #8 from cr1901/dep-ccache | whitequark | 2020-11-25 | 1 | -3/+3 | |
| |\ | | | | | | | Makefile: support ccache for compiling ABC. | |||||
| | * | Makefile: support ccache for compiling ABC. | Baruch Sterin | 2020-11-24 | 1 | -3/+3 | |
| |/ | | | | | | | Surround $(CC), $(CXX) with double quotes when calling depends.sh, to allow space-delimited compilation tools to be used. | |||||
| * | Merge pull request #6 from whitequark/wasi-signal | Eddie Hung | 2020-06-22 | 2 | -8/+8 | |
| |\ | | | | | | | Add missing WASI platform support for signal.h | |||||
| | * | Add WASI platform support to glucose. | whitequark | 2020-06-22 | 1 | -8/+6 | |
| | | | ||||||
| | * | Add WASI platform support to main. | whitequark | 2020-06-22 | 1 | -0/+2 | |
| |/ | ||||||
| * | Remove ABC_NO_RLIMIT macro, use defined(__wasm) instead. | whitequark | 2020-05-01 | 1 | -2/+2 | |
| | | ||||||
| * | Add support for WASI platform in Util_SignalSystem. | whitequark | 2020-05-01 | 1 | -0/+4 | |
| | | ||||||
| * | Add support for WASI platform in Abc_ShowFile. | whitequark | 2020-05-01 | 1 | -0/+8 | |
| | | ||||||
| * | Add support for WASI platform in Gia_ManGnuplotShow. | whitequark | 2020-05-01 | 1 | -0/+4 | |
| | | ||||||
| * | Add support for WASI platform in cmdCheckShellEscape. | whitequark | 2020-05-01 | 1 | -1/+4 | |
| | | | | | | | | | | Since cmdCheckShellEscape doesn't actually report failure in any way, this code simulates a situation where system() never succeeds. | |||||
| * | Add support for WASI platform in tmpFile. | whitequark | 2020-05-01 | 1 | -0/+11 | |
| | | ||||||
| * | Makefile: break apart steps in `make clean` | Sean Cross | 2020-05-01 | 1 | -1/+4 | |
|/ | | | | | | | | | | | | | | | | | | | | The `make clean` target consists of a single `rm` call that passes every generated file, object file, and dependency directory. This results in a command line that's around 53,800 characters long. On Linux, the maximum length of a command line is 131,072 or 262,144 characters, however on Windows the limit is 32,768. The 53,800 character command simply fails to run on Windows, which is a problem when the first command that gets run is `make clean`. Break this target into steps, first removing the output files, then the object files, then any generated garbage, and then the object depedency directories. This fixes `make clean` (and as a result yosys) on Windows. Signed-off-by: Sean Cross <sean@xobs.io> | |||||
* | Merge pull request #58 from whitequark/patch-2 | alanminko | 2020-04-30 | 1 | -2/+3 | |
|\ | | | | | Allow changing the `ar` binary | |||||
| * | Allow changing the `ar` binary. | whitequark | 2020-04-30 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | This is useful for cross-compilation, when build `ar` cannot handle the target object files. The invocation of `ranlib` is replaced with `ar s`, which is equivalent and simplifies the build system a bit. | |||||
* | | Merge pull request #57 from whitequark/patch-1 | alanminko | 2020-04-30 | 1 | -2/+2 | |
|\ \ | | | | | | | Make use of setrlimit conditional on ABC_NO_RLIMIT | |||||
| * | | Make use of setrlimit conditional on ABC_NO_RLIMIT. | whitequark | 2020-04-30 | 1 | -2/+2 | |
| |/ | | | | | | | | | This is useful for POSIX-like platforms that do not have rlimit, such as WASI. | |||||
| * | Gia_ManDupPermFlop to behave as Gia_ManDupPerm | Eddie Hung | 2020-04-27 | 1 | -5/+7 | |
| | | | | | | | | Fixes sequential synthesis (e.g. &scl) for multiple domains | |||||
* | | Merge pull request #65 from FPGeh/fix_seq_synth | alanminko | 2020-04-30 | 1 | -5/+7 | |
|\ \ | | | | | | | Gia_ManDupPermFlop to behave as Gia_ManDupPerm | |||||
| * | | Gia_ManDupPermFlop to behave as Gia_ManDupPerm | Eddie Hung | 2020-01-23 | 1 | -5/+7 | |
| | | | | | | | | | | | | Fixes sequential synthesis (e.g. &scl) for multiple domains | |||||
* | | | Adding new API to MiniAIG. | Alan Mishchenko | 2020-04-29 | 1 | -2/+2 | |
| | | | ||||||
* | | | Adding new API to MiniAIG. | Alan Mishchenko | 2020-04-29 | 2 | -0/+210 | |
| | | | ||||||
* | | | Bug fix in 'resub' to enable additional divisors, by Siang-Yun Lee. | Alan Mishchenko | 2020-04-27 | 1 | -124/+368 | |
| |/ |/| |