Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into xc7dsp | Eddie Hung | 2019-09-23 | 1 | -0/+62 |
|\ | |||||
| * | 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 |
| | | |||||
* | | 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 |
|\| | |||||
| * | Added extractinv pass | Marcin Kościelnicki | 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 |
|\| | |||||
| * | 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. | ||||
* | | | 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 |
|\| | | |||||
| * | | Merge pull request #1370 from YosysHQ/dave/equiv_opt_multiclock | David Shah | 2019-09-12 | 1 | -0/+12 |
| |\ \ | | | | | | | | | Add equiv_opt -multiclock | ||||
| | * | | Add equiv_opt -multiclock | David Shah | 2019-09-11 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | | | Add -match-init option to dff2dffs. | Marcin Kościelnicki | 2019-09-11 | 1 | -0/+50 |
| |/ / | |||||
| * | | tests: ice40: fix div_mod SB_LUT4 count | Sean Cross | 2019-09-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This test is failing due to one of the changes present in this patchset. Adjust the test to match the newly-observed values. https://github.com/xobs/yosys/compare/smtbmc-msvc2-build-fixes...YosysHQ:xobs/pr1362 Signed-off-by: Sean Cross <sean@xobs.io> | ||||
* | | | 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 |
|\ \ \ | | |/ | |/| | |||||
| * | | 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 |
| | | | |||||
* | | | 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 |
|\| | | |||||
| * | | proc instead of prep | Eddie Hung | 2019-09-11 | 1 | -2/+2 |
| | | | |||||
| * | | Add unsigned case | Eddie Hung | 2019-09-11 | 1 | -0/+17 |
| | | | |||||
* | | | Merge remote-tracking branch 'origin/eddie/peepopt_dffmuxext' into xc7dsp | Eddie Hung | 2019-09-11 | 1 | -6/+6 |
|\| | | |||||
| * | | 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 |
| | | | |||||
* | | | Merge remote-tracking branch 'origin/master' into xc7dsp | Eddie Hung | 2019-09-11 | 2 | -7/+105 |
|\ \ \ | | |/ | |/| | |||||
| * | | techmap: Add support for extracting init values of ports | Marcin Kościelnicki | 2019-09-07 | 1 | -0/+98 |
| | | | |||||
| * | | Merge branch 'master' of github.com:YosysHQ/yosys | Eddie Hung | 2019-09-06 | 1 | -1/+3 |
| |\ \ | |||||
| * | | | Add missing -assert to equiv_opt | Eddie Hung | 2019-09-06 | 1 | -7/+7 |
| | | | | |||||
* | | | | 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 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | 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 |
| | | | | |||||
* | | | | Merge remote-tracking branch 'origin/master' into xc7dsp | Eddie Hung | 2019-09-05 | 1 | -1/+3 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Merge remote-tracking branch 'origin/master' into xaig_arrival | Eddie Hung | 2019-09-04 | 3 | -2/+29 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | Merge remote-tracking branch 'origin/master' into xaig_arrival | Eddie Hung | 2019-09-02 | 2 | -7/+10 |
| |\ \ \ | |||||
| * | | | | Make abc9 test a bit more interesting | Eddie Hung | 2019-08-30 | 1 | -1/+3 |
| | | | | | |||||
* | | | | | Merge remote-tracking branch 'origin/eddie/peepopt_dffmuxext' into xc7dsp | Eddie Hung | 2019-09-04 | 1 | -0/+8 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Add peepopt_dffmuxext tests | Eddie Hung | 2019-09-04 | 1 | -0/+8 |
| | |_|/ | |/| | |