Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Fix "tee" handling of log_streams | Clifford Wolf | 2019-05-31 | 1 | -0/+5 | |
* | | | Enable Verific flag veri_elaborate_top_level_modules_having_interface_ports, ... | Clifford Wolf | 2019-05-30 | 1 | -0/+3 | |
* | | | Merge pull request #1057 from mmicko/fix_478 | Clifford Wolf | 2019-05-30 | 1 | -0/+4 | |
|\ \ \ | ||||||
| * | | | Aded one more load of .conf to support change of prefix | Miodrag Milanovic | 2019-05-29 | 1 | -0/+4 | |
|/ / / | ||||||
* | | | Merge pull request #1049 from YosysHQ/clifford/fix1047 | Clifford Wolf | 2019-05-28 | 2 | -4/+15 | |
|\ \ \ | ||||||
| * | | | Do not use shiftmul peepopt pattern when mul result is truncated, fixes #1047 | Clifford Wolf | 2019-05-28 | 2 | -4/+15 | |
* | | | | Merge pull request #1050 from YosysHQ/clifford/wandwor | Clifford Wolf | 2019-05-28 | 9 | -40/+207 | |
|\ \ \ \ | ||||||
| * | | | | Refactor hierarchy wand/wor handling | Clifford Wolf | 2019-05-28 | 3 | -103/+145 | |
| * | | | | Add actual wandwor test that is part of "make test" | Clifford Wolf | 2019-05-28 | 2 | -33/+36 | |
| * | | | | Merge branch 'wandwor' of https://github.com/thasti/yosys into clifford/wandwor | Clifford Wolf | 2019-05-28 | 8 | -5/+127 | |
| |\ \ \ \ | | |/ / / | |/| | | | ||||||
| | * | | | Merge branch 'master' into wandwor | Stefan Biereigel | 2019-05-27 | 15 | -32/+274 | |
| | |\ \ \ | ||||||
| | * | | | | reformat wand/wor test | Stefan Biereigel | 2019-05-27 | 1 | -22/+21 | |
| | * | | | | 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 | |
| | |/ / / | |/| | | |