Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Clean up `passes/cmds/delete.cc`. | Alberto Gonzalez | 2020-04-06 | 1 | -24/+19 | |
| |/ / / | ||||||
* | | | | Merge pull request #1867 from boqwxp/cleanup_stat | whitequark | 2020-04-06 | 1 | -26/+20 | |
|\ \ \ \ | | | | | | | | | | | Clean up `passes/cmds/stat.cc`. | |||||
| * | | | | Clean up `passes/cmds/stat.cc`. | Alberto Gonzalez | 2020-04-06 | 1 | -26/+20 | |
| |/ / / | ||||||
* | | | | Merge pull request #1866 from boqwxp/cleanup_test_autotb | whitequark | 2020-04-06 | 1 | -12/+8 | |
|\ \ \ \ | | | | | | | | | | | Clean up `passes/tests/test_autotb.cc`. | |||||
| * | | | | Clean up `passes/tests/test_autotb.cc`. | Alberto Gonzalez | 2020-04-06 | 1 | -12/+8 | |
| |/ / / | ||||||
* | | | | Merge pull request #1865 from boqwxp/cleanup_dfflibmap | whitequark | 2020-04-06 | 1 | -27/+27 | |
|\ \ \ \ | | | | | | | | | | | Clean up `passes/techmap/dfflibmap.cc`. | |||||
| * | | | | Clean up `passes/techmap/dfflibmap.cc`. | Alberto Gonzalez | 2020-04-06 | 1 | -27/+27 | |
| |/ / / | ||||||
* | | | | Merge pull request #1863 from boqwxp/cleanup_techmap_extract | whitequark | 2020-04-06 | 1 | -43/+36 | |
|\ \ \ \ | | | | | | | | | | | Clean up `passes/techmap/extract.cc`. | |||||
| * | | | | Clean up `passes/techmap/extract.cc`. | Alberto Gonzalez | 2020-04-05 | 1 | -43/+36 | |
| |/ / / | ||||||
* | | | | Merge pull request #1859 from boqwxp/design_duplicate | whitequark | 2020-04-06 | 1 | -2/+13 | |
|\ \ \ \ | | | | | | | | | | | Add `-push-copy` option to the `design` command. | |||||
| * | | | | Rename `-duplicate` to `-push-copy`. | Alberto Gonzalez | 2020-04-04 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | Co-Authored-By: whitequark <whitequark@whitequark.org> | |||||
| * | | | | Add `-duplicate` option to the `design` command. | Alberto Gonzalez | 2020-04-03 | 1 | -2/+13 | |
| | | | | | ||||||
* | | | | | Merge pull request #1873 from boqwxp/cleanup_bugpoint | whitequark | 2020-04-06 | 1 | -14/+14 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | Clean up private member usage in `passes/cmds/bugpoint.cc`. | |||||
| * | | | | Clean up private member usage in `passes/cmds/bugpoint.cc`. | Alberto Gonzalez | 2020-04-06 | 1 | -14/+14 | |
|/ / / / | ||||||
* | | | | Merge pull request #1648 from YosysHQ/eddie/cmp2lcu | Eddie Hung | 2020-04-03 | 6 | -13/+173 | |
|\ \ \ \ | |_|_|/ |/| | | | "techmap -map +/cmp2lcu.v" for decomposing arithmetic compares to $lcu | |||||
| * | | | cmp2lcu: rename _90_lcu_cmp -> _80_lcu_cmp | Eddie Hung | 2020-04-03 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | cmp2lcu: fail if `LUT_WIDTH < 2 | Eddie Hung | 2020-04-03 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | synth: only techmap cmp2{lut,lcu} if -lut | Eddie Hung | 2020-04-03 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | synth: use +/cmp2lcu.v in generic 'synth' too | Eddie Hung | 2020-04-03 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Cleanup +/cmp2lut.v | Eddie Hung | 2020-04-03 | 1 | -8/+0 | |
| | | | | ||||||
| * | | | synth_xilinx: techmap +/cmp2lut.v and +/cmp2lcu.v in 'coarse' | Eddie Hung | 2020-04-03 | 1 | -2/+1 | |
| | | | | ||||||
| * | | | +/cmp2lcu.v to work efficiently for fully/partially constant inputs | Eddie Hung | 2020-04-03 | 1 | -33/+42 | |
| | | | | ||||||
| * | | | +/cmp2lcu.v to work efficiently for fully/partially constant inputs | Eddie Hung | 2020-04-03 | 1 | -3/+31 | |
| | | | | ||||||
| * | | | Refactor +/cmp2lcu.v into recursive techmap | Eddie Hung | 2020-04-03 | 2 | -39/+66 | |
| | | | | ||||||
| * | | | Cleanup | Eddie Hung | 2020-04-03 | 1 | -31/+28 | |
| | | | | ||||||
| * | | | Cleanup cmp2lcu.v | Eddie Hung | 2020-04-03 | 1 | -16/+16 | |
| | | | | ||||||
| * | | | techmap +/cmp2lcu.v for decomposing arithmetic compares to $lcu | Eddie Hung | 2020-04-03 | 3 | -0/+108 | |
| | | | | ||||||
| * | | | cmp2lut: comment out unused since 362f4f9 | Eddie Hung | 2020-04-03 | 1 | -8/+8 | |
| | | | | ||||||
* | | | | Merge pull request #1853 from YosysHQ/eddie/fix_dynslice | Eddie Hung | 2020-04-02 | 1 | -1/+2 | |
|\ \ \ \ | | | | | | | | | | | ast: cap dynamic range select to size of signal, suppresses warnings | |||||
| * | | | | ast: cap dynamic range select to size of signal, suppresses warnings | Eddie Hung | 2020-04-01 | 1 | -1/+2 | |
| | | | | | ||||||
* | | | | | Merge pull request #1767 from YosysHQ/eddie/idstrings | Eddie Hung | 2020-04-02 | 163 | -5241/+5380 | |
|\ \ \ \ \ | | | | | | | | | | | | | IdString: use more ID::*, make them easier to use, speed up IdString::in() | |||||
| * | | | | | kernel: big fat patch to use more ID::*, otherwise ID(*) | Eddie Hung | 2020-04-02 | 152 | -4420/+4532 | |
| | | | | | | ||||||
| * | | | | | kernel: IdString::in(const IdString &) as per @Tjoppen | Eddie Hung | 2020-04-02 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | kernel: fix formatting (thanks @boqwxp) | Eddie Hung | 2020-04-02 | 1 | -6/+4 | |
| | | | | | | ||||||
| * | | | | | kernel: use C++11 fold hack to prevent recursion | Eddie Hung | 2020-04-02 | 1 | -3/+8 | |
| | | | | | | ||||||
| * | | | | | Revert "kernel: IdString:in() to use perfect forwarding" | Eddie Hung | 2020-04-02 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 7b2a85aedf24affc2e1202c78e70e6a317f5bf29. | |||||
| * | | | | | Update backends/btor/btor.cc; credit @boqwxp | Eddie Hung | 2020-04-02 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | Co-Authored-By: Alberto Gonzalez <61295559+boqwxp@users.noreply.github.com> | |||||
| * | | | | | kernel: separate IdString::put_reference() out to help inlining | Eddie Hung | 2020-04-02 | 1 | -1/+4 | |
| | | | | | | ||||||
| * | | | | | kernel: IdString:in() to use perfect forwarding | Eddie Hung | 2020-04-02 | 1 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | kernel: use more ID::* | Eddie Hung | 2020-04-02 | 69 | -841/+843 | |
| | | | | | | ||||||
| * | | | | | kernel: Use constids.inc for global/constant IdStrings | Eddie Hung | 2020-04-02 | 4 | -17/+37 | |
| | |/ / / | |/| | | | ||||||
* | | | | | simcells.v: Generate the fine FF cell types by a python script. | Marcin Kościelnicki | 2020-04-02 | 2 | -19/+270 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes adding more FF types in the future much more manageable. Fixes #1824. | |||||
* | | | | | Merge pull request #1846 from dh73/ast_fe | Claire Wolf | 2020-04-02 | 1 | -0/+3 | |
|\ \ \ \ \ | | | | | | | | | | | | | Adding error message for when size (width) of number literal is zero | |||||
| * | | | | | Replacing log_error for log_file_error due consistency | Diego H | 2020-03-31 | 1 | -2/+1 | |
| | | | | | | ||||||
| * | | | | | Adding error message for when size (width) of number literal is zero | Diego H | 2020-03-30 | 1 | -0/+4 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | iopadmap: Fix z assignment to inout port | Marcin Kościelnicki | 2020-04-02 | 2 | -2/+24 | |
| | | | | | | | | | | | | | | | | | | | | Fixes #1841. | |||||
* | | | | | Merge pull request #1842 from YosysHQ/mwk/fix-deminout-xz | Claire Wolf | 2020-04-02 | 1 | -1/+1 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | deminout: prevent any constant assignment from demoting to input | |||||
| * | | | | deminout: prevent any constant assignment from demoting to input | Marcin Kościelnicki | 2020-03-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this patch, ``` module top(inout io); assign io = 1'bx; endmodule ``` would have the `io` pin demoted to input (same happens for `1'bz`, but not for `1'b0` or `1'b1`), resulting in check failures later on. Part of fix for #1841. | |||||
* | | | | | Merge pull request #1845 from YosysHQ/eddie/kernel_speedup | Eddie Hung | 2020-04-02 | 20 | -588/+566 | |
|\ \ \ \ \ | | | | | | | | | | | | | kernel: speedup by using more pass-by-const-ref | |||||
| * | | | | | kernel: pass-by-value into Design::scratchpad_set_string() too | Eddie Hung | 2020-03-27 | 2 | -3/+3 | |
| | | | | | |