Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1359 from YosysHQ/xc7dsp | Eddie Hung | 2019-09-29 | 10 | -11/+325 |
|\ | | | | | DSP inference for Xilinx (improved for ice40, initial support for ecp5) | ||||
| * | Merge remote-tracking branch 'origin/master' into xc7dsp | Eddie Hung | 2019-09-23 | 1 | -0/+62 |
| |\ | |||||
| * | | Add more complicated macc testcase | Eddie Hung | 2019-09-19 | 2 | -5/+39 |
| | | | |||||
| * | | Add mac.sh and macc_tb.v for testing | Eddie Hung | 2019-09-19 | 2 | -0/+99 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/clifford/fix1381' into xc7dsp | Eddie Hung | 2019-09-19 | 1 | -0/+41 |
| |\ \ | |||||
| * | | | Format macc.v | Eddie Hung | 2019-09-19 | 1 | -8/+8 |
| | | | | |||||
| * | | | Remove stat | Eddie Hung | 2019-09-18 | 1 | -1/+0 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'origin/master' into xc7dsp | Eddie Hung | 2019-09-18 | 1 | -2/+26 |
| |\ \ \ | |||||
| * | | | | Add .gitignore | Eddie Hung | 2019-09-18 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Refine macc testcase | Eddie Hung | 2019-09-18 | 2 | -9/+17 |
| | | | | | |||||
| * | | | | Merge remote-tracking branch 'origin/master' into xc7dsp | Eddie Hung | 2019-09-12 | 3 | -1/+63 |
| |\ \ \ \ | |||||
| * | | | | | Add AREG=2 BREG=2 test | Eddie Hung | 2019-09-11 | 1 | -2/+6 |
| | | | | | | |||||
| * | | | | | Merge remote-tracking branch 'origin/eddie/peepopt_dffmuxext' into xc7dsp | Eddie Hung | 2019-09-11 | 1 | -0/+71 |
| |\ \ \ \ \ | |||||
| * | | | | | | Update test with a/b reset | Eddie Hung | 2019-09-11 | 1 | -2/+4 |
| | | | | | | | |||||
| * | | | | | | Extend test for RSTP and RSTM | Eddie Hung | 2019-09-11 | 2 | -3/+50 |
| | | | | | | | |||||
| * | | | | | | Merge remote-tracking branch 'origin/eddie/peepopt_dffmuxext' into xc7dsp | Eddie Hung | 2019-09-11 | 1 | -1/+18 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge remote-tracking branch 'origin/eddie/peepopt_dffmuxext' into xc7dsp | Eddie Hung | 2019-09-11 | 1 | -6/+6 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge remote-tracking branch 'origin/master' into xc7dsp | Eddie Hung | 2019-09-11 | 2 | -7/+105 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Add SIMD test | Eddie Hung | 2019-09-09 | 1 | -0/+25 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Update macc test | Eddie Hung | 2019-09-06 | 2 | -42/+42 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge remote-tracking branch 'origin/eddie/peepopt_dffmuxext' into xc7dsp | Eddie Hung | 2019-09-05 | 2 | -21/+63 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'origin/master' into xc7dsp | Eddie Hung | 2019-09-05 | 1 | -1/+3 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'origin/eddie/peepopt_dffmuxext' into xc7dsp | Eddie Hung | 2019-09-04 | 1 | -0/+8 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'origin/master' into xc7dsp | Eddie Hung | 2019-09-04 | 5 | -9/+39 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | Add macc test, with equiv_opt not currently passing | Eddie Hung | 2019-08-30 | 2 | -0/+54 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Update test for ffM | Eddie Hung | 2019-08-30 | 1 | -2/+2 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Add mul_unsigned test | Eddie Hung | 2019-08-30 | 2 | -0/+41 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Fix _TECHMAP_REMOVEINIT_ handling. | Marcin KoĆcielnicki | 2019-09-27 | 1 | -2/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, this wire was handled in the code that populated the "do or do not" techmap cache, resulting in init value removal being performed only for the first use of a given template. Fixes the problem identified in #1396. | ||||
* | | | | | | | | | | | | | | Change order of parameters, to work on other os | Miodrag Milanovic | 2019-09-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Merge pull request #1401 from SergeyDegtyar/SergeyDegtyar/ice40 | Eddie Hung | 2019-09-25 | 2 | -19/+14 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | ICE40 tests. adffs test update (equiv_opt -multiclock). | ||||
| * | | | | | | | | | | | | | Change sync controls to async. | SergeyDegtyar | 2019-09-25 | 2 | -8/+8 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | adffs test update (equiv_opt -multiclock). | SergeyDegtyar | 2019-09-24 | 2 | -18/+13 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Hell let's add the original #1381 testcase too | Eddie Hung | 2019-09-20 | 1 | -3/+22 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Add testcase | Eddie Hung | 2019-09-20 | 1 | -0/+43 |
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Added extractinv pass | Marcin KoĆcielnicki | 2019-09-19 | 1 | -0/+41 |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge pull request #1355 from YosysHQ/eddie/peepopt_dffmuxext | Eddie Hung | 2019-09-18 | 2 | -13/+175 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | peepopt_dffmux -- bit optimisations for word level $dff + (enable/reset) $mux cells | ||||
| * | | | | | | | | | | | Oops | Eddie Hung | 2019-09-13 | 1 | -1/+1 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Add counter-example from @cliffordwolf | Eddie Hung | 2019-09-13 | 1 | -0/+24 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Revert "Make one check $shift(x)? only; change testcase to be 8b" | Eddie Hung | 2019-09-13 | 1 | -2/+2 |
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit e2c2d784c8217e4bcf29fb6b156b6a8285036b80. | ||||
| * | | | | | | | | | | Cope with presence of reset muxes too | Eddie Hung | 2019-09-11 | 1 | -0/+39 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Add more tests | Eddie Hung | 2019-09-11 | 1 | -0/+32 |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | |||||
| * | | | | | | | | | proc instead of prep | Eddie Hung | 2019-09-11 | 1 | -2/+2 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Add unsigned case | Eddie Hung | 2019-09-11 | 1 | -0/+17 |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
| * | | | | | | | | Missing equiv_opt -assert | Eddie Hung | 2019-09-06 | 1 | -1/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | Make one check $shift(x)? only; change testcase to be 8b | Eddie Hung | 2019-09-06 | 1 | -2/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | Usee equiv_opt -assert | Eddie Hung | 2019-09-06 | 1 | -3/+3 |
| | |_|_|_|_|/ / | |/| | | | | | | |||||
| * | | | | | | | simple/peepopt.v tests to various/peepopt.ys with equiv_opt & select | Eddie Hung | 2019-09-05 | 2 | -21/+63 |
| | | | | | | | | |||||
| * | | | | | | | Revert "abc9 followed by clean otherwise netlist could be invalid for sim" | Eddie Hung | 2019-09-05 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6fe1ca633d90fb238d2671dba3d7f772c263a497. | ||||
| * | | | | | | | abc9 followed by clean otherwise netlist could be invalid for sim | Eddie Hung | 2019-09-04 | 1 | -0/+1 |
| | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | Add peepopt_dffmuxext tests | Eddie Hung | 2019-09-04 | 1 | -0/+8 |
| | |_|/ / / | |/| | | | |