Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | 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`. | 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`. | 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`. | Alberto Gonzalez | 2020-04-05 | 1 | -43/+36 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #1859 from boqwxp/design_duplicate | whitequark | 2020-04-06 | 1 | -2/+13 | |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | Rename `-duplicate` to `-push-copy`. | Alberto Gonzalez | 2020-04-04 | 1 | -6/+6 | |
| * | | | | | | 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`. | Alberto Gonzalez | 2020-04-06 | 1 | -14/+14 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #1648 from YosysHQ/eddie/cmp2lcu | Eddie Hung | 2020-04-03 | 6 | -13/+173 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | 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 | Eddie Hung | 2020-04-01 | 1 | -1/+2 | |
* | | | | | | | Merge pull request #1767 from YosysHQ/eddie/idstrings | Eddie Hung | 2020-04-02 | 163 | -5241/+5380 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | 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 | |
| * | | | | | | | Update backends/btor/btor.cc; credit @boqwxp | Eddie Hung | 2020-04-02 | 1 | -2/+1 | |
| * | | | | | | | 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 | |
* | | | | | | | Merge pull request #1846 from dh73/ast_fe | Claire Wolf | 2020-04-02 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | 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 | |
* | | | | | | | 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 | Marcin Kościelnicki | 2020-03-30 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #1845 from YosysHQ/eddie/kernel_speedup | Eddie Hung | 2020-04-02 | 20 | -588/+566 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | kernel: pass-by-value into Design::scratchpad_set_string() too | Eddie Hung | 2020-03-27 | 2 | -3/+3 | |
| * | | | | | | | kernel: const Wire* overload -> Wire* !!! | Eddie Hung | 2020-03-26 | 1 | -1/+1 | |
| * | | | | | | | kernel: Cell::set{Port,Param}() to pass by value, but use std::move | Eddie Hung | 2020-03-26 | 2 | -7/+7 |