aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | Merge branch 'eddie/xaig_dff_adff' into xaig_dffEddie Hung2019-11-213-3/+37
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | Add a equiv test tooEddie Hung2019-11-192-0/+23
| | * | | | | | | | | | | | Add two testsEddie Hung2019-11-191-0/+12
| * | | | | | | | | | | | | Add testEddie Hung2019-11-211-1/+6
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Add multi clock testEddie Hung2019-11-201-0/+5
| |/ / / / / / / / / / /
* | | | | | | | | | | / Add testcase from #1459Eddie Hung2020-01-061-0/+25
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #1606 from YosysHQ/eddie/improve_testsEddie Hung2020-01-019-11/+12
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Revert insertion of 'reg', leave note behindEddie Hung2020-01-011-1/+2
| * | | | | | | | | | | Do not do call equiv_opt when no sim model existsEddie Hung2019-12-312-4/+4
| * | | | | | | | | | | Fix warningsEddie Hung2019-12-312-2/+2
| * | | | | | | | | | | Call equiv_opt with -multiclock and -assertEddie Hung2019-12-315-5/+5
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* / | | | | | | | | | Added a test caseMiodrag Milanovic2020-01-011-0/+19
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #1589 from YosysHQ/iopad_defaultMiodrag Milanović2019-12-3019-60/+61
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix new testsMiodrag Milanovic2019-12-283-6/+6
| * | | | | | | | | | Merge remote-tracking branch 'origin/master' into iopad_defaultMiodrag Milanovic2019-12-285-0/+141
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Make test without iopadsMiodrag Milanovic2019-12-2817-51/+51
| * | | | | | | | | | | Revert "Fix xilinx tests, when iopads are default"Miodrag Milanovic2019-12-2816-40/+40
| * | | | | | | | | | | Addressed review commentsMiodrag Milanovic2019-12-211-1/+0
| * | | | | | | | | | | Fix xilinx tests, when iopads are defaultMiodrag Milanovic2019-12-2117-42/+44
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #1599 from YosysHQ/eddie/retry_1588Eddie Hung2019-12-303-0/+48
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add #1598 testcaseEddie Hung2019-12-273-0/+48
| | |/ / / / / / / / / | |/| | | | | | | | |
* / | | | | | | | | | Update resource countEddie Hung2019-12-281-3/+3
|/ / / / / / / / / /
* | | | | | | | | | iopadmap: Emit tristate buffers with const OE for some edge cases.Marcin Kościelnicki2019-12-251-0/+23
* | | | | | | | | | Add DSP cascade testsEddie Hung2019-12-231-0/+89
* | | | | | | | | | xilinx_dsp: Initial DSP48A/DSP48A1 support.Marcin Kościelnicki2019-12-223-0/+29
|/ / / / / / / / /
* | | | | | | | | Merge pull request #1569 from YosysHQ/eddie/fix_1531Eddie Hung2019-12-191-0/+34
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add testcaseEddie Hung2019-12-111-0/+34
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge pull request #1571 from YosysHQ/eddie/fix_1570Eddie Hung2019-12-191-3/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Make SV2017 compliant courtesy of @wsnyderEddie Hung2019-12-121-3/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #1572 from nakengelhardt/scratchpad_passEddie Hung2019-12-181-0/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | add assert option to scratchpad commandN. Engelhardt2019-12-162-14/+5
| * | | | | | | | add test and make help message more verboseN. Engelhardt2019-12-121-0/+14
| |/ / / / / / /
* | | | | | | | tests/xilinx: fix flaky mux testMarcin Kościelnicki2019-12-181-2/+4
* | | | | | | | xilinx: Add xilinx_dffopt pass (#1557)Marcin Kościelnicki2019-12-183-3/+232
* | | | | | | | xilinx: Improve flip-flop handling.Marcin Kościelnicki2019-12-183-11/+12
* | | | | | | | Merge pull request #1574 from YosysHQ/eddie/xilinx_lutramEddie Hung2019-12-1610-53/+228
|\ \ \ \ \ \ \ \
| * | | | | | | | Disable RAM16X1D testEddie Hung2019-12-131-17/+17
| * | | | | | | | Remove extraneous synth_xilinx callEddie Hung2019-12-121-2/+0
| * | | | | | | | Add tests for these new modelsEddie Hung2019-12-121-0/+40
| * | | | | | | | Add #1460 testcaseEddie Hung2019-12-121-0/+34
| * | | | | | | | Rename memory tests to lutram, add more xilinx testsEddie Hung2019-12-129-53/+156
| |/ / / / / / /
* | | | | | | | Add another testEddie Hung2019-12-161-1/+8
* | | | | | | | Accidentally commented out testsEddie Hung2019-12-161-47/+47
* | | | | | | | Add unconditional match blocks for force RAMEddie Hung2019-12-161-0/+9
* | | | | | | | Merge blockram testsEddie Hung2019-12-163-47/+81
* | | | | | | | Fixing compiler warning/issues. Moving test script to the correct placeDiego H2019-12-161-6/+6
* | | | | | | | Removing fixed attribute value to !ramstyle rulesDiego H2019-12-151-3238/+0
* | | | | | | | Merging attribute rules into a single match block; Adding testsDiego H2019-12-153-0/+3373
* | | | | | | | Renaming BRAM memory tests for the sake of uniformityDiego H2019-12-132-6/+6
* | | | | | | | Fixing citation in xc7_xcu_brams.txt file. Fixing RAMB36E1 test.Diego H2019-12-121-2/+2