aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into xc7dspEddie Hung2019-09-231-0/+62
|\
| * Hell let's add the original #1381 testcase tooEddie Hung2019-09-201-3/+22
| |
| * Add testcaseEddie Hung2019-09-201-0/+43
| |
* | Add more complicated macc testcaseEddie Hung2019-09-192-5/+39
| |
* | Add mac.sh and macc_tb.v for testingEddie Hung2019-09-192-0/+99
| |
* | Merge remote-tracking branch 'origin/clifford/fix1381' into xc7dspEddie Hung2019-09-191-0/+41
|\|
| * Added extractinv passMarcin Kościelnicki2019-09-191-0/+41
| |
* | Format macc.vEddie Hung2019-09-191-8/+8
| |
* | Remove statEddie Hung2019-09-181-1/+0
| |
* | Merge remote-tracking branch 'origin/master' into xc7dspEddie Hung2019-09-181-2/+26
|\|
| * Merge pull request #1355 from YosysHQ/eddie/peepopt_dffmuxextEddie Hung2019-09-182-13/+175
| |\ | | | | | | peepopt_dffmux -- bit optimisations for word level $dff + (enable/reset) $mux cells
| | * OopsEddie Hung2019-09-131-1/+1
| | |
| | * Add counter-example from @cliffordwolfEddie Hung2019-09-131-0/+24
| | |
| | * Revert "Make one check $shift(x)? only; change testcase to be 8b"Eddie Hung2019-09-131-2/+2
| | | | | | | | | | | | This reverts commit e2c2d784c8217e4bcf29fb6b156b6a8285036b80.
* | | Add .gitignoreEddie Hung2019-09-181-0/+1
| | |
* | | Refine macc testcaseEddie Hung2019-09-182-9/+17
| | |
* | | Merge remote-tracking branch 'origin/master' into xc7dspEddie Hung2019-09-123-1/+63
|\| |
| * | Merge pull request #1370 from YosysHQ/dave/equiv_opt_multiclockDavid Shah2019-09-121-0/+12
| |\ \ | | | | | | | | Add equiv_opt -multiclock
| | * | Add equiv_opt -multiclockDavid Shah2019-09-111-0/+12
| | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * | | Add -match-init option to dff2dffs.Marcin Kościelnicki2019-09-111-0/+50
| |/ /
| * | tests: ice40: fix div_mod SB_LUT4 countSean Cross2019-09-101-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 testEddie Hung2019-09-111-2/+6
| | |
* | | Merge remote-tracking branch 'origin/eddie/peepopt_dffmuxext' into xc7dspEddie Hung2019-09-111-0/+71
|\ \ \ | | |/ | |/|
| * | Cope with presence of reset muxes tooEddie Hung2019-09-111-0/+39
| | |
| * | Add more testsEddie Hung2019-09-111-0/+32
| | |
* | | Update test with a/b resetEddie Hung2019-09-111-2/+4
| | |
* | | Extend test for RSTP and RSTMEddie Hung2019-09-112-3/+50
| | |
* | | Merge remote-tracking branch 'origin/eddie/peepopt_dffmuxext' into xc7dspEddie Hung2019-09-111-1/+18
|\| |
| * | proc instead of prepEddie Hung2019-09-111-2/+2
| | |
| * | Add unsigned caseEddie Hung2019-09-111-0/+17
| | |
* | | Merge remote-tracking branch 'origin/eddie/peepopt_dffmuxext' into xc7dspEddie Hung2019-09-111-6/+6
|\| |
| * | Missing equiv_opt -assertEddie Hung2019-09-061-1/+1
| | |
| * | Make one check $shift(x)? only; change testcase to be 8bEddie Hung2019-09-061-2/+2
| | |
| * | Usee equiv_opt -assertEddie Hung2019-09-061-3/+3
| | |
* | | Merge remote-tracking branch 'origin/master' into xc7dspEddie Hung2019-09-112-7/+105
|\ \ \ | | |/ | |/|
| * | techmap: Add support for extracting init values of portsMarcin Kościelnicki2019-09-071-0/+98
| | |
| * | Merge branch 'master' of github.com:YosysHQ/yosysEddie Hung2019-09-061-1/+3
| |\ \
| * | | Add missing -assert to equiv_optEddie Hung2019-09-061-7/+7
| | | |
* | | | Add SIMD testEddie Hung2019-09-091-0/+25
| | | |
* | | | Update macc testEddie Hung2019-09-062-42/+42
| | | |
* | | | Merge remote-tracking branch 'origin/eddie/peepopt_dffmuxext' into xc7dspEddie Hung2019-09-052-21/+63
|\ \ \ \ | | |_|/ | |/| |
| * | | simple/peepopt.v tests to various/peepopt.ys with equiv_opt & selectEddie Hung2019-09-052-21/+63
| | | |
| * | | Revert "abc9 followed by clean otherwise netlist could be invalid for sim"Eddie Hung2019-09-051-1/+0
| | | | | | | | | | | | | | | | This reverts commit 6fe1ca633d90fb238d2671dba3d7f772c263a497.
| * | | abc9 followed by clean otherwise netlist could be invalid for simEddie Hung2019-09-041-0/+1
| | | |
* | | | Merge remote-tracking branch 'origin/master' into xc7dspEddie Hung2019-09-051-1/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge remote-tracking branch 'origin/master' into xaig_arrivalEddie Hung2019-09-043-2/+29
| |\ \ \ | | | |/ | | |/|
| * | | Merge remote-tracking branch 'origin/master' into xaig_arrivalEddie Hung2019-09-022-7/+10
| |\ \ \
| * | | | Make abc9 test a bit more interestingEddie Hung2019-08-301-1/+3
| | | | |
* | | | | Merge remote-tracking branch 'origin/eddie/peepopt_dffmuxext' into xc7dspEddie Hung2019-09-041-0/+8
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Add peepopt_dffmuxext testsEddie Hung2019-09-041-0/+8
| | |_|/ | |/| |