Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | Give error instead of asserting for invalid range, fixes #947 | Miodrag Milanovic | 2019-05-27 | 1 | -1/+2 | |
| | | | | ||||||
| * | | | Merge pull request #1043 from mmicko/unsized_constant | Clifford Wolf | 2019-05-27 | 5 | -13/+45 | |
| |\ \ \ | | | | | | | | | | | Added support for unsized constants, fixes #1022 | |||||
| | * | | | Added support for unsized constants, fixes #1022 | Miodrag Milanovic | 2019-05-27 | 5 | -13/+45 | |
| | |/ / | | | | | | | | | | | | | Includes work from @sumit0190 and @AaronKel | |||||
| * | | | Merge pull request #1026 from YosysHQ/clifford/fix1023 | Clifford Wolf | 2019-05-27 | 2 | -2/+12 | |
| |\ \ \ | | | | | | | | | | | Keep zero-width wires in opt_clean if and only if they are ports | |||||
| | * | | | Keep zero-width wires in opt_clean if and only if they are ports, fixes #1023 | Clifford Wolf | 2019-05-22 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| | * | | | Fix handling of warning and error messages within log_make_debug-blocks | Clifford Wolf | 2019-05-22 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | | | Merge pull request #1030 from Kmanfi/makefile_osx | Clifford Wolf | 2019-05-27 | 1 | -5/+37 | |
| |\ \ \ \ | | |_|/ / | |/| | | | OS X related Makefile fixes. | |||||
| | * | | | Guard all Python-api related items. | Kaj Tuomi | 2019-05-27 | 1 | -0/+6 | |
| | | | | | ||||||
| | * | | | OS X related fixes. | Kaj Tuomi | 2019-05-22 | 1 | -5/+31 | |
| | |/ / | ||||||
| * | | | Merge pull request #1035 from YosysHQ/eddie/opt_rmdff | Clifford Wolf | 2019-05-26 | 3 | -4/+144 | |
| |\ \ \ | | | | | | | | | | | opt_rmdff to work on $dffe and $_DFFE_* | |||||
| | * | | | Revert enable check | Eddie Hung | 2019-05-25 | 1 | -3/+1 | |
| | | | | | ||||||
| | * | | | Fix init | Eddie Hung | 2019-05-24 | 1 | -27/+27 | |
| | | | | | ||||||
| | * | | | Fix typos | Eddie Hung | 2019-05-24 | 1 | -6/+6 | |
| | | | | | ||||||
| | * | | | Add more tests | Eddie Hung | 2019-05-24 | 2 | -20/+41 | |
| | | | | | ||||||
| | * | | | Call proc | Eddie Hung | 2019-05-24 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | opt_rmdff to optimise even in presence of enable signal, even removing | Eddie Hung | 2019-05-24 | 1 | -12/+29 | |
| | | | | | ||||||
| | * | | | Fix duplicate driver | Eddie Hung | 2019-05-24 | 1 | -15/+15 | |
| | | | | | ||||||
| | * | | | 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 | |||||
| | * | | | | 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 | |||||
| | * | | | | Fix handling of offset and upto module ports in write_blif, fixes #1040 | Clifford Wolf | 2019-05-25 | 1 | -6/+20 | |
| |/ / / / | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | | | Add proper error message for btor recursion_guard | Clifford Wolf | 2019-05-24 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | | | | | 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 | |
| | | | | |