aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit
Commit message (Expand)AuthorAgeFilesLines
* Improved handling of ranges (e.g. via attribute names).Patrick Lehmann2021-08-231-2/+6
* Preparations for sequential statements.Patrick Lehmann2021-08-231-0/+20
* Support for concurrent procedure call.Patrick Lehmann2021-08-231-0/+3
* Improvements for case generate statements.Patrick Lehmann2021-08-231-1/+16
* Improved handling of generate statements and pretty-printing of hierarchy.Patrick Lehmann2021-08-231-6/+6
* Improved pretty-printing for hierarchy.Patrick Lehmann2021-08-231-2/+20
* Added generate statements.Patrick Lehmann2021-08-231-1/+14
* Handle instantiations 1/2.Patrick Lehmann2021-08-231-1/+31
* Adjusted to renaming in pyVHDLModel.Patrick Lehmann2021-08-231-1/+1
* testsuite/pyunit/lsp: xfail Test004 on non MSYS2 Windowsumarcor2021-07-181-2/+9
* testsuite/pyunit/lsp/LanguageServer.py: do not quote anymore uri.Tristan Gingold2021-07-071-5/+1
* pyunit/lsp/LanguageServer.py: adjust error messageTristan Gingold2021-07-071-2/+2
* Fixed bug in OthersAggregateElement.Patrick Lehmann2021-07-011-2/+2
* Simplified test code for literals.Patrick Lehmann2021-07-011-28/+31
* New command line interface for DOM.Patrick Lehmann2021-07-011-1/+1
* Added package declarations inside of declarations.Patrick Lehmann2021-07-011-1/+8
* Exchanged sides in asserts to the understanding of pytests actual vs. expecte...Patrick Lehmann2021-07-014-16/+16
* Improved test code.Patrick Lehmann2021-07-014-10/+10
* Minor changes.Patrick Lehmann2021-07-012-6/+6
* Renamed '[sS]ubType' to '[sS]ubtype'.Patrick Lehmann2021-07-011-0/+12
* Renamed '_?[nN]ame: str' to '_?[iI]dentifier: str'.Patrick Lehmann2021-07-014-7/+6
* Rework and fine tuning.Patrick Lehmann2021-07-012-7/+12
* pyGHDL: Added DLL search path for Python ≥3.8. (#1811)Patrick Lehmann2021-06-301-2/+3
* More DOM improvements (#1806)Patrick Lehmann2021-06-265-23/+98
* Handle 'Subtype_Definition' in record definitions.Patrick Lehmann2021-06-231-0/+3
* First primitive handling of selected names.Patrick Lehmann2021-06-231-2/+2
* Added handling of enumeration, array and record types.Patrick Lehmann2021-06-231-1/+3
* Formatted pyunit tests via black.Patrick Lehmann2021-06-237-273/+297
* Handle shared variables.Patrick Lehmann2021-06-221-2/+23
* Renamed AllVHDLSources to Sanity.Patrick Lehmann2021-06-227-23/+213
* fix issues reported by Codacyumarcor2021-06-222-4/+3
* Fixed issues reported by Codacy.Patrick Lehmann2021-06-221-1/+1
* Prepared handling of functions, types, subtypes and aliases.Patrick Lehmann2021-06-224-4/+4
* Minimal handling of types and subtypes.Patrick Lehmann2021-06-221-1/+1
* Start handling function calls.Patrick Lehmann2021-06-221-3/+3
* New testing file.Patrick Lehmann2021-06-221-2/+2
* testsuite/pyunit/dom: test only vhdl source files from sanity/Tristan Gingold2021-06-221-1/+1
* Merge pull request #1798 from Paebbels/paebbels/aggregatestgingold2021-06-204-2/+177
|\
| * Simplified prettyprint, as pyVHDLModel has now builtin __str__ methods for ex...Patrick Lehmann2021-06-191-9/+30
| * Added handling of Parenthesis.Patrick Lehmann2021-06-191-2/+2
| * Testcase(s) for expressions.Patrick Lehmann2021-06-192-2/+52
| * Added testcase for integer literals.Patrick Lehmann2021-06-193-9/+105
| * Improvements to pyGHDL.dom.Patrick Lehmann2021-06-191-1/+1
| * pyGHDL: handle c_doubleumarcor2021-06-191-1/+1
| * Better aggregate handlingPatrick Lehmann2021-06-191-1/+1
| * First step towards aggregates.Patrick Lehmann2021-06-191-0/+8
* | testsuite/pyunit/dom: replace AllVHDLSources.sh with AllSources.pyumarcor2021-06-192-31/+23
* | testsuite/pyunit: add AllVHDLSources.shumarcor2021-06-191-0/+31
|/
* Added handling of Floating Point.Patrick Lehmann2021-06-181-1/+2
* Reduced testcase.Patrick Lehmann2021-06-171-10/+1