Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'xaig' of github.com:YosysHQ/yosys into xaig | Eddie Hung | 2019-06-26 | 1 | -2/+10 |
|\ | |||||
| * | Merge pull request #1136 from YosysHQ/xaig_ice40_wire_del | Eddie Hung | 2019-06-26 | 1 | -2/+10 |
| |\ | | | | | | | abc9: Add wire delays to synth_ice40 | ||||
| | * | abc9: Add wire delays to synth_ice40 | David Shah | 2019-06-26 | 1 | -2/+10 |
| |/ | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | Merge branch 'koriakin/xc7nocarrymux' into xaig | Eddie Hung | 2019-06-26 | 0 | -0/+0 |
|\ \ | |||||
| * | | Fix spacing | Eddie Hung | 2019-06-26 | 1 | -5/+5 |
| | | | |||||
* | | | Merge branch 'koriakin/xc7nocarrymux' into xaig | Eddie Hung | 2019-06-26 | 0 | -0/+0 |
|\| | | |||||
| * | | Oops. Actually use nocarry flag as spotted by @koriakin | Eddie Hung | 2019-06-26 | 1 | -5/+7 |
| | | | |||||
* | | | Merge branch 'koriakin/xc7nocarrymux' into xaig | Eddie Hung | 2019-06-26 | 2 | -9/+26 |
|\| | | |/ |/| | |||||
| * | synth_ecp5 rename -nomux to -nowidelut, but preserve former | Eddie Hung | 2019-06-26 | 1 | -6/+6 |
| | | |||||
| * | Merge branch 'xc7nocarrymux' of https://github.com/koriakin/yosys into ↵ | Eddie Hung | 2019-06-26 | 1 | -4/+24 |
| |\ | | | | | | | | | | koriakin/xc7nocarrymux | ||||
| | * | synth_xilinx: Add -nocarry and -nomux options. | Marcin Kościelnicki | 2019-04-30 | 1 | -7/+26 |
| | | | |||||
* | | | Missing muxpack.o in Makefile | Eddie Hung | 2019-06-25 | 1 | -0/+1 |
| | | | |||||
* | | | Realistic delays for RAM32X1D too | Eddie Hung | 2019-06-25 | 1 | -2/+2 |
| | | | |||||
* | | | Add RAM32X1D box info | Eddie Hung | 2019-06-25 | 2 | -4/+12 |
| | | | |||||
* | | | Merge remote-tracking branch 'origin/master' into xaig | Eddie Hung | 2019-06-25 | 13 | -14/+1029 |
|\| | | |||||
| * | | 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 |
| |\ \ | | | | | | | | | memory_dff: walk through more than one mux for computing read enable | ||||
| | * | | 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 | ||||
| | * | | | 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 |
| |\ \ \ | | | | | | | | | | | Add new "muxpack" command for packing chains of $mux cells | ||||
| | * | | | 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 |
| | | | | | | | | | |||||
* | | | | | | | | | nullptr check | Eddie Hung | 2019-06-25 | 1 | -0/+1 |
| | | | | | | | | | |||||
* | | | | | | | | | Use LUT delays for dist RAM delays | Eddie Hung | 2019-06-24 | 1 | -4/+4 |
| | | | | | | | | | |||||
* | | | | | | | | | Fix for abc_scc_break is bus | Eddie Hung | 2019-06-24 | 1 | -21/+23 |
| | | | | | | | | | |||||
* | | | | | | | | | More meaningful error message | Eddie Hung | 2019-06-24 | 1 | -0/+2 |
| | | | | | | | | |