aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Give error instead of asserting for invalid range, fixes #947Miodrag Milanovic2019-05-271-1/+2
| | | |
| * | | Merge pull request #1043 from mmicko/unsized_constantClifford Wolf2019-05-275-13/+45
| |\ \ \ | | | | | | | | | | Added support for unsized constants, fixes #1022
| | * | | Added support for unsized constants, fixes #1022Miodrag Milanovic2019-05-275-13/+45
| | |/ / | | | | | | | | | | | | Includes work from @sumit0190 and @AaronKel
| * | | Merge pull request #1026 from YosysHQ/clifford/fix1023Clifford Wolf2019-05-272-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 #1023Clifford Wolf2019-05-221-2/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * | | Fix handling of warning and error messages within log_make_debug-blocksClifford Wolf2019-05-221-0/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | | | Merge pull request #1030 from Kmanfi/makefile_osxClifford Wolf2019-05-271-5/+37
| |\ \ \ \ | | |_|/ / | |/| | | OS X related Makefile fixes.
| | * | | Guard all Python-api related items.Kaj Tuomi2019-05-271-0/+6
| | | | |
| | * | | OS X related fixes.Kaj Tuomi2019-05-221-5/+31
| | |/ /
| * | | Merge pull request #1035 from YosysHQ/eddie/opt_rmdffClifford Wolf2019-05-263-4/+144
| |\ \ \ | | | | | | | | | | opt_rmdff to work on $dffe and $_DFFE_*
| | * | | Revert enable checkEddie Hung2019-05-251-3/+1
| | | | |
| | * | | Fix initEddie Hung2019-05-241-27/+27
| | | | |
| | * | | Fix typosEddie Hung2019-05-241-6/+6
| | | | |
| | * | | Add more testsEddie Hung2019-05-242-20/+41
| | | | |
| | * | | Call procEddie Hung2019-05-241-1/+1
| | | | |
| | * | | opt_rmdff to optimise even in presence of enable signal, even removingEddie Hung2019-05-241-12/+29
| | | | |
| | * | | Fix duplicate driverEddie Hung2019-05-241-15/+15
| | | | |
| | * | | Add commentsEddie Hung2019-05-241-1/+22
| | | | |
| | * | | Resolve @cliffordwolf review, set even if !has_initEddie Hung2019-05-241-2/+1
| | | | |
| * | | | Merge pull request #1042 from mmicko/git_ignore_pythonClifford Wolf2019-05-261-0/+3
| |\ \ \ \ | | | | | | | | | | | | Add files to ignore for python build
| | * | | | Add files to ignore for python buildMiodrag Milanovic2019-05-261-0/+3
| |/ / / /
* | | | | read_aiger to only clean own designEddie Hung2019-05-281-0/+6
| | | | |
* | | | | MisspellEddie Hung2019-05-281-1/+1
| | | | |
* | | | | If driver not found, use LUT2Eddie Hung2019-05-271-29/+27
| | | | |
* | | | | Parse "a" extension and boxes from map fileEddie Hung2019-05-271-41/+60
| | | | |
* | | | | Map file to include boxes not CI/COEddie Hung2019-05-271-45/+38
| | | | |
* | | | | Make MUXF{7,8} and CARRY4 whiteboxEddie Hung2019-05-271-3/+3
| | | | |
* | | | | Re-enable lib_whiteboxEddie Hung2019-05-271-5/+5
| | | | |
* | | | | Disconnect all ABC boxes tooEddie Hung2019-05-271-11/+9
| | | | |
* | | | | Remove unused functionEddie Hung2019-05-271-23/+0
| | | | |
* | | | | parse_xaiger to not parse symbol tableEddie Hung2019-05-271-64/+0
| | | | |
* | | | | Parse without wideportsEddie Hung2019-05-271-1/+1
| | | | |
* | | | | Remove mapped_mod when doneEddie Hung2019-05-271-0/+2
| | | | |
* | | | | Instantiate cell type (from sym file) otherwise 'clean' warningsEddie Hung2019-05-273-12/+15
| | | | |
* | | | | Add 'cinput' and 'coutput' to symbols file for boxesEddie Hung2019-05-273-41/+77
| | | | |
* | | | | Fix "a" connectivityEddie Hung2019-05-261-5/+30
| | | | |
* | | | | BlackboxesEddie Hung2019-05-262-10/+10
| | | | |
* | | | | ABC9 to call &sweepEddie Hung2019-05-261-2/+1
| | | | |
* | | | | Fix padding, remove CIs from undriven_bits before erasing undriven POsEddie Hung2019-05-261-14/+8
| | | | |
* | | | | TypoEddie Hung2019-05-261-1/+1
| | | | |
* | | | | Muck about with LUT delays some moreEddie Hung2019-05-261-5/+5
| | | | |
* | | | | Combine ABC_COMMAND_LUTEddie Hung2019-05-261-2/+1
| | | | |
* | | | | Fix "a" extensionEddie Hung2019-05-262-9/+21
| | | | |
* | | | | Fix "write_xaiger", and to write each box contents into holesEddie Hung2019-05-251-39/+62
| | | | |
* | | | | Merge remote-tracking branch 'origin/master' into xc7muxEddie Hung2019-05-252-7/+27
|\| | | |
| * | | | Merge pull request #1041 from YosysHQ/clifford/fix1040Clifford Wolf2019-05-251-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 #1040Clifford Wolf2019-05-251-6/+20
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | | | Add proper error message for btor recursion_guardClifford Wolf2019-05-241-1/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | | | | Try new LUT delaysEddie Hung2019-05-241-8/+11
| | | | |
* | | | | Add &fraig and &mfs backEddie Hung2019-05-241-2/+1
| | | | |