Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testsuite/synth: add latch01 | Tristan Gingold | 2022-07-14 | 3 | -0/+57 |
| | |||||
* | testsuite/synth: use standard functions for issue2125 | Tristan Gingold | 2022-07-14 | 1 | -8/+2 |
| | |||||
* | testsuite/synth: add a test for #2125 | Tristan Gingold | 2022-07-11 | 6 | -0/+152 |
| | |||||
* | testsuite/synth/dff02: do not run dff06 (creates a latch) | Tristan Gingold | 2022-07-11 | 1 | -1/+2 |
| | |||||
* | testsuite/synth: add a test for #2113 | Tristan Gingold | 2022-07-08 | 2 | -0/+66 |
| | |||||
* | testsuite/synth: add a test for #2129 | Tristan Gingold | 2022-07-06 | 2 | -0/+32 |
| | |||||
* | testsuite/gna: adjust previous commit | Tristan Gingold | 2022-07-06 | 1 | -2/+10 |
| | |||||
* | testsuite/gna: add more tests for #2116 | Tristan Gingold | 2022-07-06 | 3 | -0/+18 |
| | |||||
* | Fix issue #2126, add handling of to_ux01 to synthesis | Michael Nolan | 2022-07-05 | 2 | -0/+28 |
| | |||||
* | testsuite/synth: add a test for #2124 | Tristan Gingold | 2022-07-05 | 4 | -0/+81 |
| | |||||
* | testsuite/synth: add a test for #2123 | Tristan Gingold | 2022-07-04 | 2 | -0/+27 |
| | |||||
* | Merge pull request #2059 from Xiretza/testsuite-show-diffs | tgingold | 2022-07-03 | 5 | -7/+7 |
|\ | | | | | fix(testsuite): show diffs on comparison failure | ||||
| * | fix(testsuite): show diffs on comparison failure | Xiretza | 2022-05-16 | 5 | -7/+7 |
| | | |||||
* | | testsuite/synth: add a test for #2119 | Tristan Gingold | 2022-07-02 | 2 | -0/+67 |
| | | |||||
* | | testsuite/gna: add tests, close #2116 | Tristan Gingold | 2022-07-02 | 70 | -0/+622 |
| | | |||||
* | | testsuite/gna: add a test from #2117 | Tristan Gingold | 2022-07-01 | 2 | -0/+20 |
| | | |||||
* | | testsuite/gna: improve test #2115 | Tristan Gingold | 2022-06-29 | 3 | -7/+53 |
| | | |||||
* | | testsuite/gna: add a test for #2115 | Tristan Gingold | 2022-06-28 | 2 | -0/+38 |
| | | |||||
* | | testsuite/gna: add a test for #2100 | Tristan Gingold | 2022-06-28 | 2 | -0/+30 |
| | | |||||
* | | testsuite/synth: strenghten test #2113 | Tristan Gingold | 2022-06-28 | 1 | -0/+3 |
| | | |||||
* | | testsuite/synth: add a test for #2113 | Tristan Gingold | 2022-06-27 | 2 | -0/+71 |
| | | |||||
* | | testsuite/synth: add a test for #2109 | Tristan Gingold | 2022-06-27 | 2 | -0/+28 |
| | | |||||
* | | testsuite/gna/testsuite.py: add support for python3 | Tristan Gingold | 2022-06-26 | 1 | -2/+5 |
| | | |||||
* | | testsuite/gna: add tests for #2110 | Tristan Gingold | 2022-06-26 | 5 | -0/+19 |
| | | |||||
* | | testsuite/pyunit/lsp: add a test for removing diags on close | Tristan Gingold | 2022-06-26 | 4 | -0/+567 |
| | | |||||
* | | testsuite/pyunit/lsp: adjust README | Tristan Gingold | 2022-06-26 | 1 | -2/+2 |
| | | |||||
* | | testsuite/pyunit/lsp: add a test for ghdl/ghdl-language-server#28 | Tristan Gingold | 2022-06-26 | 6 | -0/+714 |
| | | |||||
* | | Add a readme in testsuite/pyunit/lsp | Tristan Gingold | 2022-06-25 | 1 | -0/+45 |
| | | |||||
* | | testsuite/pyunit: add a test for ghdl/ghdl-language-server#122 | Tristan Gingold | 2022-06-25 | 3 | -0/+610 |
| | | |||||
* | | testsuite/gna: add a test for #2101 | Tristan Gingold | 2022-06-25 | 2 | -0/+30 |
| | | |||||
* | | testsuite/gna: add tests for #2104 | Tristan Gingold | 2022-06-22 | 7 | -0/+115 |
| | | |||||
* | | testsuite/gna: add a test for #2103 | Tristan Gingold | 2022-06-21 | 9 | -0/+594 |
| | | |||||
* | | Bumped dependencies to support pyTooling ≥2.0. | Patrick Lehmann | 2022-06-19 | 1 | -14/+12 |
|\ \ | |||||
| * | | Made paths relative, so it can be launched from testsuits directory too. | Patrick Lehmann | 2022-06-19 | 1 | -3/+5 |
| | | | |||||
| * | | Enabled AMS support for all VHDL files. Added more [NOT IMPLEMENTED] rules ↵ | Patrick Lehmann | 2022-06-19 | 1 | -13/+9 |
| | | | | | | | | | | | | to support VHDL-AMS code. | ||||
| * | | Checking if all other stuff is working without sanity checks. | Patrick Lehmann | 2022-06-18 | 1 | -0/+1 |
| | | | |||||
| * | | Fixed failing sanity checks for pyGHDL.dom in coverage job. | Patrick Lehmann | 2022-06-18 | 1 | -4/+3 |
| | | | |||||
* | | | testsuite/gna: add a test for #2066 | Tristan Gingold | 2022-06-19 | 3 | -0/+46 |
|/ / | |||||
* | | testsuite/synth: add a test for #2099 | Tristan Gingold | 2022-06-16 | 2 | -0/+39 |
| | | |||||
* | | testsuite/gna: add a test for #2098 | Tristan Gingold | 2022-06-16 | 2 | -0/+167 |
| | | |||||
* | | testsuite/gna: add a test for #2065 | Tristan Gingold | 2022-06-16 | 4 | -0/+742 |
| | | |||||
* | | testsuite/gna: add a test for #2097 | Tristan Gingold | 2022-06-16 | 6 | -0/+209 |
| | | |||||
* | | testsuite/gna: add a test for #2071 | Tristan Gingold | 2022-06-15 | 4 | -0/+111 |
| | | |||||
* | | testsuite/synth: add a test for #2093 | Tristan Gingold | 2022-06-15 | 3 | -1/+54 |
| | | |||||
* | | testsuite/synth: add a test for #2054 | Tristan Gingold | 2022-06-14 | 2 | -0/+27 |
| | | |||||
* | | testsuite/synth: add a test for #2092 | Tristan Gingold | 2022-06-13 | 2 | -0/+36 |
| | | |||||
* | | testsuite/gna: add a test for #2091 | Tristan Gingold | 2022-06-12 | 3 | -0/+117 |
| | | |||||
* | | testsuite/synth: add a test. close #2080 | Tristan Gingold | 2022-06-12 | 3 | -0/+62 |
| | | |||||
* | | testsuite/synth: add a test for #2090 | Tristan Gingold | 2022-06-12 | 2 | -0/+70 |
| | | |||||
* | | testsuite/synth: add a test for #2089 | Tristan Gingold | 2022-06-12 | 2 | -0/+49 |
| | |