Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | remove port direction workaround from test case | Stefan Biereigel | 2019-05-27 | 1 | -2/+1 | |
| | * | | | | update README.md with wand/wor information | Stefan Biereigel | 2019-05-27 | 1 | -2/+2 | |
| | * | | | | remove leftovers from ast data structures | Stefan Biereigel | 2019-05-27 | 2 | -4/+0 | |
| | * | | | | move wand/wor resolution into hierarchy pass | Stefan Biereigel | 2019-05-27 | 2 | -98/+91 | |
| | * | | | | fix assignment of non-wires | Stefan Biereigel | 2019-05-23 | 1 | -16/+19 | |
| | * | | | | add simple test case for wand/wor | Stefan Biereigel | 2019-05-23 | 1 | -0/+35 | |
| | * | | | | fix indentation across files | Stefan Biereigel | 2019-05-23 | 4 | -63/+83 | |
| | * | | | | implementation for assignments working | Stefan Biereigel | 2019-05-23 | 3 | -14/+83 | |
| | * | | | | make lexer/parser aware of wand/wor net types | Stefan Biereigel | 2019-05-23 | 3 | -2/+10 | |
* | | | | | | Merge pull request #1048 from mmicko/fix_enable_pyosys | Clifford Wolf | 2019-05-28 | 1 | -8/+15 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Remove info line in 2nd load of conf file | Miodrag Milanovic | 2019-05-28 | 1 | -1/+0 | |
| * | | | | | Moved pyosys block in Makefile | Miodrag Milanovic | 2019-05-28 | 1 | -8/+16 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #1045 from mmicko/afl-gcc-target | Clifford Wolf | 2019-05-28 | 1 | -1/+11 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | make config-afl-gcc to help creating conf file | Miodrag Milanovic | 2019-05-27 | 1 | -1/+4 | |
| * | | | | Added afl-gcc as target for fuzzer | Miodrag Milanovic | 2019-05-27 | 1 | -0/+7 | |
|/ / / / | ||||||
* | | | | Merge pull request #1044 from mmicko/invalid_width_range | Clifford Wolf | 2019-05-27 | 1 | -1/+2 | |
|\ \ \ \ | ||||||
| * | | | | 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 | Miodrag Milanovic | 2019-05-27 | 5 | -13/+45 | |
| |/ / / / | ||||||
* | | | | | 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, fixes #1023 | Clifford Wolf | 2019-05-22 | 1 | -2/+3 | |
| * | | | | | Fix handling of warning and error messages within log_make_debug-blocks | Clifford Wolf | 2019-05-22 | 1 | -0/+9 | |
* | | | | | | Merge pull request #1030 from Kmanfi/makefile_osx | Clifford Wolf | 2019-05-27 | 1 | -5/+37 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | 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 | |
|\ \ \ \ \ | ||||||
| * | | | | | 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 | |
| * | | | | | 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 #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 | |
|/ / / / / | ||||||
* | | | | | 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 | |
* | | | | | 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 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 | |
|\ \ \ \ \ | |_|/ / / |/| | | | |