aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit
Commit message (Collapse)AuthorAgeFilesLines
* testsuite/pyunit/lsp: adjust baselinesTristan Gingold2023-01-2711-11/+22
|
* Dependency Graphs (#2308)Patrick Lehmann2023-01-128-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 Lehmann2022-12-298-62/+77
|
* Added Get***Symbol functions. Improved Symbol handling.Patrick Lehmann2022-12-292-0/+84
|
* Fixed duplicate testcase name (Vital).Patrick Lehmann2022-12-271-1/+1
|
* Fixed context and package names and their references in VHDL example code.Patrick Lehmann2022-12-279-11/+20
|
* Improved StopWatch testcase.Patrick Lehmann2022-12-266-52/+51
|
* New handling of symbols.Patrick Lehmann2022-12-262-0/+33
|
* Added one-line code documentations.Patrick Lehmann2022-12-254-1/+4
|
* Enable and disable AMS support based on VHDLVersion.Patrick Lehmann2022-12-241-1/+4
| | | | (cherry picked from commit 04d141309147a5731ea3461d59cfc8e17ad57c82)
* Use VHDL library source files also for DOM testcases.Patrick Lehmann2022-12-241-0/+93
| | | | (cherry picked from commit 11d28273ead2421b6ae08d91c78f424a53334bfb)
* Loading predefined libraries and packages.Patrick Lehmann2022-12-231-0/+2
|
* Updated to pyVHDLModel v0.18.0.Patrick Lehmann2022-12-234-9/+34
|
* Changed doc comment position.Patrick Lehmann2022-12-231-1/+3
|
* Fixed path to SimpleEntity.Patrick Lehmann2022-12-231-1/+1
|
* Updated StopWatch testcode.Patrick Lehmann2022-12-231-31/+43
|
* Added StopWatch example for DOM and documentation testing.Patrick Lehmann2022-12-2312-12/+813
|
* Restructured test example sourcefiles.Patrick Lehmann2022-12-234-16/+78
|
* Reorganized comment tests.Patrick Lehmann2022-12-231-2/+15
|
* Some f-string changes.Patrick Lehmann2022-12-231-5/+3
|
* Added comments to test files.Patrick Lehmann2022-12-231-1/+3
|
* Testing complex documentation examples (#2275)Patrick Lehmann2022-12-234-136/+133
| | | | | | | * Testing complex examples. * Added comment annotations. * Removed duplicated file.
* testsuite/pyunit/libghdl: adjust Complex, add Complex_MultilinesTristan Gingold2022-12-213-4/+143
|
* testsuite/pyunit/libghd: add process_2 testTristan Gingold2022-12-212-0/+15
|
* testsuite/pyunit/libghdl: add a test for package commentsTristan Gingold2022-12-212-0/+10
|
* testsuite/pyunit: check with source identifierTristan Gingold2022-12-202-5/+5
| | | | adjust baseline
* testsuite/ypunit/libghdl: only use unittest decoratorsTristan Gingold2022-12-201-2/+1
|
* testsuite/pyunit/libghdl: add a test for commentsTristan Gingold2022-12-072-0/+13
|
* Enhanced SimpleEntity with code comments.Patrick Lehmann2022-12-063-26/+49
|
* Reorganized testcases.Patrick Lehmann2022-12-0651-191/+197
|
* testsuite/pyunit/libghdl: add ent_arch testTristan Gingold2022-12-042-0/+13
|
* Fixed usage of 'cls'.Patrick Lehmann2022-11-301-1/+1
|
* Converted string formatting to f-strings.Patrick Lehmann2022-11-303-16/+16
|
* testsuite/pyunit/libghdl: add tests for comments on the same lineTristan Gingold2022-11-273-0/+19
|
* testsuite/pyunit/libghdl: add tests for line commentsTristan Gingold2022-11-274-1/+27
|
* testsuite/pyunit/libghdl: remove work-arounds in the testsTristan Gingold2022-11-2717-33/+22
|
* testsuite/pyunit/libghdl: add tests for process commentsTristan Gingold2022-11-233-0/+28
|
* testsuite/pyunit/libghdl: add tests for comments in functionsTristan Gingold2022-11-225-1/+50
|
* testsuite/pyunit/libghdl: add tests for enumsTristan Gingold2022-11-226-0/+57
|
* testsuite/pyunit/libghdl: add more tests for comments gatheringTristan Gingold2022-11-2215-16/+204
|
* testsuite/pyunit: add more tests for commentsTristan Gingold2022-11-2116-25/+311
|
* vhdl-parse: handle inside commentsTristan Gingold2022-11-211-0/+0
|
* testsuite/pyunit: add Comments.py testTristan Gingold2022-11-203-0/+93
|
* testsuite/pyunit/lsp: add a test for removing diags on closeTristan Gingold2022-06-264-0/+567
|
* testsuite/pyunit/lsp: adjust READMETristan Gingold2022-06-261-2/+2
|
* testsuite/pyunit/lsp: add a test for ghdl/ghdl-language-server#28Tristan Gingold2022-06-266-0/+714
|
* Add a readme in testsuite/pyunit/lspTristan Gingold2022-06-251-0/+45
|
* testsuite/pyunit: add a test for ghdl/ghdl-language-server#122Tristan Gingold2022-06-253-0/+610
|
* Made paths relative, so it can be launched from testsuits directory too.Patrick Lehmann2022-06-191-3/+5
|
* Enabled AMS support for all VHDL files. Added more [NOT IMPLEMENTED] rules ↵Patrick Lehmann2022-06-191-13/+9
| | | | to support VHDL-AMS code.