| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | Add comments | Eddie Hung | 2019-05-24 | 1 | -1/+22 |
| | * | | | Resolve @cliffordwolf review, set even if !has_init | Eddie Hung | 2019-05-24 | 1 | -2/+1 |
| * | | | | Merge pull request #1042 from mmicko/git_ignore_python | Clifford Wolf | 2019-05-26 | 1 | -0/+3 |
| |\ \ \ \ |
|
| | * | | | | Add files to ignore for python build | Miodrag Milanovic | 2019-05-26 | 1 | -0/+3 |
| |/ / / / |
|
* | | | | | read_aiger to only clean own design | Eddie Hung | 2019-05-28 | 1 | -0/+6 |
* | | | | | Misspell | Eddie Hung | 2019-05-28 | 1 | -1/+1 |
* | | | | | If driver not found, use LUT2 | Eddie Hung | 2019-05-27 | 1 | -29/+27 |
* | | | | | Parse "a" extension and boxes from map file | Eddie Hung | 2019-05-27 | 1 | -41/+60 |
* | | | | | Map file to include boxes not CI/CO | Eddie Hung | 2019-05-27 | 1 | -45/+38 |
* | | | | | Make MUXF{7,8} and CARRY4 whitebox | Eddie Hung | 2019-05-27 | 1 | -3/+3 |
* | | | | | Re-enable lib_whitebox | Eddie Hung | 2019-05-27 | 1 | -5/+5 |
* | | | | | Disconnect all ABC boxes too | Eddie Hung | 2019-05-27 | 1 | -11/+9 |
* | | | | | Remove unused function | Eddie Hung | 2019-05-27 | 1 | -23/+0 |
* | | | | | parse_xaiger to not parse symbol table | Eddie Hung | 2019-05-27 | 1 | -64/+0 |
* | | | | | Parse without wideports | Eddie Hung | 2019-05-27 | 1 | -1/+1 |
* | | | | | Remove mapped_mod when done | Eddie Hung | 2019-05-27 | 1 | -0/+2 |
* | | | | | Instantiate cell type (from sym file) otherwise 'clean' warnings | Eddie Hung | 2019-05-27 | 3 | -12/+15 |
* | | | | | Add 'cinput' and 'coutput' to symbols file for boxes | Eddie Hung | 2019-05-27 | 3 | -41/+77 |
* | | | | | Fix "a" connectivity | Eddie Hung | 2019-05-26 | 1 | -5/+30 |
* | | | | | Blackboxes | Eddie Hung | 2019-05-26 | 2 | -10/+10 |
* | | | | | ABC9 to call &sweep | Eddie Hung | 2019-05-26 | 1 | -2/+1 |
* | | | | | Fix padding, remove CIs from undriven_bits before erasing undriven POs | Eddie Hung | 2019-05-26 | 1 | -14/+8 |
* | | | | | Typo | Eddie Hung | 2019-05-26 | 1 | -1/+1 |
* | | | | | Muck about with LUT delays some more | Eddie Hung | 2019-05-26 | 1 | -5/+5 |
* | | | | | Combine ABC_COMMAND_LUT | Eddie Hung | 2019-05-26 | 1 | -2/+1 |
* | | | | | Fix "a" extension | Eddie Hung | 2019-05-26 | 2 | -9/+21 |
* | | | | | Fix "write_xaiger", and to write each box contents into holes | Eddie Hung | 2019-05-25 | 1 | -39/+62 |
* | | | | | Merge remote-tracking branch 'origin/master' into xc7mux | Eddie Hung | 2019-05-25 | 2 | -7/+27 |
|\| | | | |
|
| * | | | | Merge pull request #1041 from YosysHQ/clifford/fix1040 | Clifford Wolf | 2019-05-25 | 1 | -6/+20 |
| |\ \ \ \ |
|
| | * | | | | Fix handling of offset and upto module ports in write_blif, fixes #1040 | Clifford Wolf | 2019-05-25 | 1 | -6/+20 |
| |/ / / / |
|
| * | | | | Add proper error message for btor recursion_guard | Clifford Wolf | 2019-05-24 | 1 | -1/+7 |
* | | | | | Try new LUT delays | Eddie Hung | 2019-05-24 | 1 | -8/+11 |
* | | | | | Add &fraig and &mfs back | Eddie Hung | 2019-05-24 | 1 | -2/+1 |
* | | | | | Transpose CARRY4 delays | Eddie Hung | 2019-05-24 | 1 | -10/+8 |
* | | | | | Merge remote-tracking branch 'origin/master' into xc7mux | Eddie Hung | 2019-05-23 | 1 | -0/+4 |
|\| | | | |
|
| * | | | | Merge pull request #1036 from YosysHQ/eddie/xilinx_dram | Eddie Hung | 2019-05-23 | 1 | -0/+4 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | Add "min bits" and "min wports" to xilinx dram rules | Eddie Hung | 2019-05-23 | 1 | -0/+4 |
| |/ / / |
|
* | | | | Merge remote-tracking branch 'origin/eddie/opt_rmdff' into xc7mux | Eddie Hung | 2019-05-23 | 8 | -20/+120 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Fix spacing | Eddie Hung | 2019-05-23 | 1 | -2/+2 |
| * | | | Add opt_rmdff tests | Eddie Hung | 2019-05-23 | 2 | -0/+55 |
| * | | | opt_rmdff to work on $dffe and $_DFFE_* | Eddie Hung | 2019-05-23 | 1 | -3/+32 |
| |/ / |
|
| * | | Merge pull request #1031 from mdaiter/optimizeLookupTableBtor | Clifford Wolf | 2019-05-23 | 1 | -6/+4 |
| |\ \
| | |/
| |/| |
|
| | * | Optimize numberOfPermutations | Matthew Daiter | 2019-05-22 | 1 | -6/+4 |
| * | | Merge pull request #1019 from YosysHQ/clifford/fix1016 | Clifford Wolf | 2019-05-22 | 2 | -3/+13 |
| |\ \ |
|
| | * | | Add "wreduce -keepdc", fixes #1016 | Clifford Wolf | 2019-05-20 | 2 | -3/+13 |
| * | | | Merge pull request #1021 from ucb-bar/fixfirrtl_shr,neg | Clifford Wolf | 2019-05-22 | 1 | -3/+7 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | Fix static shift operands, neg result type, minor formatting | Jim Lawson | 2019-05-21 | 1 | -3/+7 |
| | * | | Merge remote-tracking branch 'upstream/master' | Jim Lawson | 2019-05-21 | 66 | -629/+2298 |
| | |\| |
|
| | * | | Merge remote-tracking branch 'upstream/master' | Jim Lawson | 2019-05-02 | 5 | -60/+66 |
| | |\ \ |
|
| | * \ \ | Merge remote-tracking branch 'upstream/master' | Jim Lawson | 2019-05-01 | 6 | -5/+68 |
| | |\ \ \ |
|