Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| | | ||||||
* | | 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 | |
|/ | ||||||
* | 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 | |
| |/ |/| | ||||||
* | | New AIG restructuring feature. | Alan Mishchenko | 2020-04-23 | 2 | -0/+230 | |
| | | ||||||
* | | Fix a bug in comb loop detection. | Alan Mishchenko | 2020-04-22 | 4 | -17/+22 | |
| | | ||||||
* | | Improving simulation patterns by local search. | Alan Mishchenko | 2020-04-17 | 1 | -0/+1 | |
| | | ||||||
* | | Improving simulation patterns by local search. | Alan Mishchenko | 2020-04-17 | 3 | -38/+528 | |
| | | ||||||
* | | Fixing broken build and compiler warnings. | Alan Mishchenko | 2020-04-17 | 5 | -7/+7 | |
| | | ||||||
* | | Fixing broken build and compiler warnings. | Alan Mishchenko | 2020-04-17 | 1 | -1/+1 | |
| | | ||||||
* | | Fixing broken build and compiler warnings. | Alan Mishchenko | 2020-04-17 | 10 | -12/+12 | |
| | | ||||||
* | | Removing debug stop. | Alan Mishchenko | 2020-04-17 | 1 | -4/+0 | |
| | | ||||||
* | | Memory leak. | Alan Mishchenko | 2020-04-17 | 1 | -0/+3 | |
| | | ||||||
* | | Adding check for comb loops in NDR. | Alan Mishchenko | 2020-04-17 | 3 | -1/+141 | |
| | | ||||||
* | | QBF-based code generation (extending beyond 32 bits). | Alan Mishchenko | 2020-04-13 | 1 | -25/+44 | |
| | | ||||||
* | | QBF-based code generation. | Alan Mishchenko | 2020-04-12 | 1 | -9/+9 | |
| | | ||||||
* | | QBF-based code generation. | Alan Mishchenko | 2020-04-12 | 2 | -6/+275 | |
| | | ||||||
* | | Procedures to explore structural support of an AIG. | Alan Mishchenko | 2020-04-10 | 2 | -0/+96 | |
| | | ||||||
* | | Various changes. | Alan Mishchenko | 2020-04-10 | 2 | -1/+3 | |
| | | ||||||
* | | Various changes. | Alan Mishchenko | 2020-04-10 | 3 | -20/+151 | |
| | | ||||||
* | | Debugging a combo loop in NDR. | Alan Mishchenko | 2020-04-09 | 1 | -2/+3 | |
| | | ||||||
* | | Adding option to &saveaig to compare AIGs by node count. | Alan Mishchenko | 2020-04-09 | 1 | -0/+3 | |
| | | ||||||
* | | Various changes. | Alan Mishchenko | 2020-04-08 | 3 | -41/+86 | |
| | | ||||||
* | | Adding option to &saveaig to compare AIGs by node count. | Alan Mishchenko | 2020-04-07 | 1 | -1/+1 | |
| | | ||||||
* | | Adding option to &saveaig to compare AIGs by node count. | Alan Mishchenko | 2020-04-07 | 1 | -1/+4 | |
| | | ||||||
* | | Corner-case bug fix in SAT-based sim info generation. | Alan Mishchenko | 2020-04-07 | 1 | -4/+6 | |
| | | ||||||
* | | Correctly updating the failed output when recording the CEX in bmc3 -a. | Alan Mishchenko | 2020-04-03 | 1 | -1/+5 | |
| | | ||||||
* | | Extend ISOP to return the truth table. | Alan Mishchenko | 2020-04-02 | 3 | -5/+14 | |
| | | ||||||
* | | Corner-case bug in MiniLUT computation. | Alan Mishchenko | 2020-04-02 | 1 | -0/+1 | |
| | | ||||||
* | | Updating parameter in 'dump_equiv'. | Alan Mishchenko | 2020-04-02 | 1 | -0/+1 | |
| | | ||||||
* | | Various changes. | Alan Mishchenko | 2020-03-29 | 3 | -15/+24 | |
| | |