| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix segfault on failed VERILOG_FRONTEND::const2ast, closes #1131 | Clifford Wolf | 2019-06-26 | 1 | -1/+1 |
* | Do not clean up buffer cells with "keep" attribute, closes #1128 | Clifford Wolf | 2019-06-26 | 1 | -1/+1 |
* | Escape scope names starting with dollar sign in smtio.py | Clifford Wolf | 2019-06-26 | 1 | -1/+4 |
* | Add more ECP5 Diamond flip-flops. | whitequark | 2019-06-26 | 2 | -30/+91 |
* | Add testcase from #335, fixed by #1130 | Eddie Hung | 2019-06-25 | 1 | -0/+28 |
* | Merge pull request #1130 from YosysHQ/eddie/fix710 | Clifford Wolf | 2019-06-25 | 3 | -6/+33 |
|\ |
|
| * | Fix spacing | Eddie Hung | 2019-06-25 | 1 | -4/+3 |
| * | Move only one consumer check outside of while loop | Eddie Hung | 2019-06-25 | 1 | -6/+5 |
| * | Walk through as many muxes as exist for rd_en | Eddie Hung | 2019-06-24 | 1 | -8/+16 |
| * | Add test | Eddie Hung | 2019-06-24 | 2 | -1/+22 |
* | | Merge pull request #1129 from YosysHQ/eddie/ram32x1d | Eddie Hung | 2019-06-25 | 5 | -20/+73 |
|\ \ |
|
| * | | Add RAM32X1D support | Eddie Hung | 2019-06-24 | 5 | -20/+73 |
| |/ |
|
* | | Merge pull request #1075 from YosysHQ/eddie/muxpack | Clifford Wolf | 2019-06-25 | 5 | -0/+897 |
|\ \ |
|
| * | | Merge remote-tracking branch 'origin/master' into eddie/muxpack | Eddie Hung | 2019-06-22 | 15 | -61/+450 |
| |\| |
|
| * | | Cope with $reduce_or common in case | Eddie Hung | 2019-06-21 | 1 | -5/+37 |
| * | | Add more tests | Eddie Hung | 2019-06-21 | 2 | -21/+51 |
| * | | Fix testcase | Eddie Hung | 2019-06-21 | 1 | -3/+4 |
| * | | Fix spacing | Eddie Hung | 2019-06-21 | 1 | -24/+24 |
| * | | Add doc | Eddie Hung | 2019-06-21 | 1 | -3/+3 |
| * | | Add more muxpack tests, with overlapping entries | Eddie Hung | 2019-06-21 | 2 | -1/+84 |
| * | | Fix up ExclusiveDatabase with @cliffordwolf's help | Eddie Hung | 2019-06-21 | 1 | -35/+34 |
| * | | Merge branch 'master' into eddie/muxpack | Eddie Hung | 2019-06-21 | 29 | -47/+237 |
| |\ \ |
|
| * \ \ | Merge remote-tracking branch 'origin/master' into eddie/muxpack | Eddie Hung | 2019-06-18 | 5 | -3/+61 |
| |\ \ \ |
|
| * | | | | Elaborate muxpack doc | Eddie Hung | 2019-06-10 | 1 | -2/+6 |
| * | | | | Merge remote-tracking branch 'origin/master' into eddie/muxpack | Eddie Hung | 2019-06-10 | 3 | -13/+72 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'master' into eddie/muxpack | Eddie Hung | 2019-06-07 | 39 | -364/+573 |
| |\ \ \ \ \ |
|
| * | | | | | | Comment O(N) -> O(N^2) | Eddie Hung | 2019-06-07 | 1 | -1/+1 |
| * | | | | | | Add nonexcl case test, comment out two others | Eddie Hung | 2019-06-07 | 2 | -22/+57 |
| * | | | | | | Extend ExclusiveDatabase to query SigSpec-s (for $pmux) | Eddie Hung | 2019-06-07 | 1 | -19/+27 |
| * | | | | | | Add ExclusiveDatabase to check exclusive $eq/$logic_not cell results | Eddie Hung | 2019-06-07 | 1 | -1/+64 |
| * | | | | | | Add @cliffordwolf freduce testcase | Eddie Hung | 2019-06-07 | 2 | -0/+30 |
| * | | | | | | Add nonexclusive test from @cliffordwolf | Eddie Hung | 2019-06-07 | 2 | -0/+28 |
| * | | | | | | Resolve @cliffordwolf comment on redundant check | Eddie Hung | 2019-06-07 | 1 | -10/+2 |
| * | | | | | | Resolve @cliffordwolf comment on sigmap | Eddie Hung | 2019-06-07 | 1 | -2/+2 |
| * | | | | | | Another muxpack test | Eddie Hung | 2019-06-07 | 2 | -0/+32 |
| * | | | | | | Fix and test for balanced case | Eddie Hung | 2019-06-06 | 3 | -10/+55 |
| * | | | | | | Fix warnings | Eddie Hung | 2019-06-06 | 2 | -3/+3 |
| * | | | | | | Support cascading $pmux.A with $mux.A and $mux.B | Eddie Hung | 2019-06-06 | 3 | -17/+65 |
| * | | | | | | More cleanup | Eddie Hung | 2019-06-06 | 1 | -15/+20 |
| * | | | | | | Fix spacing | Eddie Hung | 2019-06-06 | 1 | -6/+5 |
| * | | | | | | Non chain user check using next_sig | Eddie Hung | 2019-06-06 | 1 | -7/+5 |
| * | | | | | | Add non exclusive test | Eddie Hung | 2019-06-06 | 2 | -0/+56 |
| * | | | | | | Move muxpack from passes/techmap to passes/opt | Eddie Hung | 2019-06-06 | 3 | -1/+1 |
| * | | | | | | Update doc | Eddie Hung | 2019-06-06 | 1 | -4/+5 |
| * | | | | | | Add to CHANGELOG | Eddie Hung | 2019-06-06 | 1 | -0/+1 |
| * | | | | | | One more and tidy up | Eddie Hung | 2019-06-06 | 2 | -6/+28 |
| * | | | | | | Add a few more special case tests | Eddie Hung | 2019-06-06 | 2 | -0/+51 |
| * | | | | | | Add tests, fix for != | Eddie Hung | 2019-06-06 | 3 | -9/+110 |
| * | | | | | | Missing file | Eddie Hung | 2019-06-06 | 1 | -0/+232 |
| * | | | | | | Initial adaptation of muxpack from shregmap | Eddie Hung | 2019-06-06 | 1 | -0/+1 |