Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testsuite/pyunit/lsp: add a test for libraries | Tristan Gingold | 2023-04-24 | 6 | -0/+530 |
| | |||||
* | testsuite/pyunit/lsp: fix a typo | Tristan Gingold | 2023-04-24 | 1 | -1/+1 |
| | |||||
* | Fixed last testcase. | Patrick Lehmann | 2023-04-16 | 1 | -3/+1 |
| | |||||
* | Fixed expression. | Patrick Lehmann | 2023-04-16 | 1 | -3/+3 |
| | |||||
* | testsuite/pyunit/lsp: adjust baselines | Tristan Gingold | 2023-01-27 | 11 | -11/+22 |
| | |||||
* | Dependency Graphs (#2308) | Patrick Lehmann | 2023-01-12 | 8 | -19/+90 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Further fixes to the example code. * Bumped dependencies. * Fixed Debouncer example code. * Some more cleanup. * Black's opinion. * Run with pyVHDLModel dev-branch. * Fixed imports for Name. * Fixed test case. * Added a formatter to write dependency graphs and hierarchy as graphml. * Improved GraphML formatting. * Write compile order graph. * Computing compile order. * Bumped dependencies. * Black's opinion. * Fixed incorrect dependency. | ||||
* | Improved VHDL example project. | Patrick Lehmann | 2022-12-29 | 8 | -62/+77 |
| | |||||
* | Added Get***Symbol functions. Improved Symbol handling. | Patrick Lehmann | 2022-12-29 | 2 | -0/+84 |
| | |||||
* | Fixed duplicate testcase name (Vital). | Patrick Lehmann | 2022-12-27 | 1 | -1/+1 |
| | |||||
* | Fixed context and package names and their references in VHDL example code. | Patrick Lehmann | 2022-12-27 | 9 | -11/+20 |
| | |||||
* | Improved StopWatch testcase. | Patrick Lehmann | 2022-12-26 | 6 | -52/+51 |
| | |||||
* | New handling of symbols. | Patrick Lehmann | 2022-12-26 | 2 | -0/+33 |
| | |||||
* | Added one-line code documentations. | Patrick Lehmann | 2022-12-25 | 4 | -1/+4 |
| | |||||
* | Enable and disable AMS support based on VHDLVersion. | Patrick Lehmann | 2022-12-24 | 1 | -1/+4 |
| | | | | (cherry picked from commit 04d141309147a5731ea3461d59cfc8e17ad57c82) | ||||
* | Use VHDL library source files also for DOM testcases. | Patrick Lehmann | 2022-12-24 | 1 | -0/+93 |
| | | | | (cherry picked from commit 11d28273ead2421b6ae08d91c78f424a53334bfb) | ||||
* | Loading predefined libraries and packages. | Patrick Lehmann | 2022-12-23 | 1 | -0/+2 |
| | |||||
* | Updated to pyVHDLModel v0.18.0. | Patrick Lehmann | 2022-12-23 | 4 | -9/+34 |
| | |||||
* | Changed doc comment position. | Patrick Lehmann | 2022-12-23 | 1 | -1/+3 |
| | |||||
* | Fixed path to SimpleEntity. | Patrick Lehmann | 2022-12-23 | 1 | -1/+1 |
| | |||||
* | Updated StopWatch testcode. | Patrick Lehmann | 2022-12-23 | 1 | -31/+43 |
| | |||||
* | Added StopWatch example for DOM and documentation testing. | Patrick Lehmann | 2022-12-23 | 12 | -12/+813 |
| | |||||
* | Restructured test example sourcefiles. | Patrick Lehmann | 2022-12-23 | 4 | -16/+78 |
| | |||||
* | Reorganized comment tests. | Patrick Lehmann | 2022-12-23 | 1 | -2/+15 |
| | |||||
* | Some f-string changes. | Patrick Lehmann | 2022-12-23 | 1 | -5/+3 |
| | |||||
* | Added comments to test files. | Patrick Lehmann | 2022-12-23 | 1 | -1/+3 |
| | |||||
* | Testing complex documentation examples (#2275) | Patrick Lehmann | 2022-12-23 | 4 | -136/+133 |
| | | | | | | | * Testing complex examples. * Added comment annotations. * Removed duplicated file. | ||||
* | testsuite/pyunit/libghdl: adjust Complex, add Complex_Multilines | Tristan Gingold | 2022-12-21 | 3 | -4/+143 |
| | |||||
* | testsuite/pyunit/libghd: add process_2 test | Tristan Gingold | 2022-12-21 | 2 | -0/+15 |
| | |||||
* | testsuite/pyunit/libghdl: add a test for package comments | Tristan Gingold | 2022-12-21 | 2 | -0/+10 |
| | |||||
* | testsuite/pyunit: check with source identifier | Tristan Gingold | 2022-12-20 | 2 | -5/+5 |
| | | | | adjust baseline | ||||
* | testsuite/ypunit/libghdl: only use unittest decorators | Tristan Gingold | 2022-12-20 | 1 | -2/+1 |
| | |||||
* | testsuite/pyunit/libghdl: add a test for comments | Tristan Gingold | 2022-12-07 | 2 | -0/+13 |
| | |||||
* | Enhanced SimpleEntity with code comments. | Patrick Lehmann | 2022-12-06 | 3 | -26/+49 |
| | |||||
* | Reorganized testcases. | Patrick Lehmann | 2022-12-06 | 51 | -191/+197 |
| | |||||
* | testsuite/pyunit/libghdl: add ent_arch test | Tristan Gingold | 2022-12-04 | 2 | -0/+13 |
| | |||||
* | Fixed usage of 'cls'. | Patrick Lehmann | 2022-11-30 | 1 | -1/+1 |
| | |||||
* | Converted string formatting to f-strings. | Patrick Lehmann | 2022-11-30 | 3 | -16/+16 |
| | |||||
* | testsuite/pyunit/libghdl: add tests for comments on the same line | Tristan Gingold | 2022-11-27 | 3 | -0/+19 |
| | |||||
* | testsuite/pyunit/libghdl: add tests for line comments | Tristan Gingold | 2022-11-27 | 4 | -1/+27 |
| | |||||
* | testsuite/pyunit/libghdl: remove work-arounds in the tests | Tristan Gingold | 2022-11-27 | 17 | -33/+22 |
| | |||||
* | testsuite/pyunit/libghdl: add tests for process comments | Tristan Gingold | 2022-11-23 | 3 | -0/+28 |
| | |||||
* | testsuite/pyunit/libghdl: add tests for comments in functions | Tristan Gingold | 2022-11-22 | 5 | -1/+50 |
| | |||||
* | testsuite/pyunit/libghdl: add tests for enums | Tristan Gingold | 2022-11-22 | 6 | -0/+57 |
| | |||||
* | testsuite/pyunit/libghdl: add more tests for comments gathering | Tristan Gingold | 2022-11-22 | 15 | -16/+204 |
| | |||||
* | testsuite/pyunit: add more tests for comments | Tristan Gingold | 2022-11-21 | 16 | -25/+311 |
| | |||||
* | vhdl-parse: handle inside comments | Tristan Gingold | 2022-11-21 | 1 | -0/+0 |
| | |||||
* | testsuite/pyunit: add Comments.py test | Tristan Gingold | 2022-11-20 | 3 | -0/+93 |
| | |||||
* | 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 |
| |