aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
Commit message (Collapse)AuthorAgeFilesLines
* More DOM improvements (#1806)Patrick Lehmann2021-06-265-23/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First try to handle names. * Reworked names. * Reworked range expressions. * Handle AttributeNames. * Added handling of file declaration and attribute declarations. * Improved error outputs. * Handle protected types. * Make black happy with ugly code. * Handle Null literal and File parameters. * File type and physical type. * Don't fail on reported syntax errors. Catch call errors into libghdl. * Improved Sanity checks for pyGHDL.dom. * Load sourcecode via Python and process in-memory. Fixed testcases. * Added package instantiations and packages with generics. * Added UseClause, AttributeSpecification and PhysicalTypes. * Improved pretty-printing. * Fixed AttributeName in subtype indication. * Get code position of IIR nodes. * Added DOMMixin into all derived classes. * Mark as not yet implemented. * Pinned pyVHDLModel version to v0.10.4. * Removed xfail in LSP test. Bumped requirement of pyVHDLModel to v0.10.4. Fixed some Codacy issues. (cherry picked from commit f64e7ed7c3d69cbf84cd60db8e9b085e90b846cb)
* fix more codacy issuesumarcor2021-06-231-1/+1
|
* 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
| | | | | Improved glob in Sanity check. Bound requirement for pyVHDLModel to Git branch.
* fix issues reported by Codacyumarcor2021-06-223-14/+5
|
* 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/gna/testsuite.py: add --jobs optionTristan Gingold2021-06-221-0/+3
|
* testsuite/pyunit/dom: test only vhdl source files from sanity/Tristan Gingold2021-06-221-1/+1
|
* testsuite/synth: more checks of inferred memoriesTristan Gingold2021-06-222-6/+8
|
* testsuite/synth: check ram in mem01 and mem02Tristan Gingold2021-06-2110-28/+34
|
* Merge pull request #1798 from Paebbels/paebbels/aggregatestgingold2021-06-204-2/+177
|\ | | | | Python-C/Ada Bindings - Updated decorator
| * Simplified prettyprint, as pyVHDLModel has now builtin __str__ methods for ↵Patrick Lehmann2021-06-191-9/+30
| | | | | | | | expressions, aggregates and literals.
| * 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: add opts '-vs' to pytest callumarcor2021-06-191-1/+1
| |
* | 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
|
* Updates to the dom namespace in pyGHDL.Patrick Lehmann2021-06-173-5/+5
|
* testsuite/synth: add another test on if statementsTristan Gingold2021-06-173-0/+92
|
* testsuite/synth: add test for #1781Tristan Gingold2021-06-168-0/+416
|
* testsuite/testenv.sh (diff_nocr): New wrapper; use it where needed.Tristan Gingold2021-06-1318-45/+59
| | | | Option --strip-trailing-cr is used only on windows.
* testsuite/vpi: Don't use C99 declerations in loops.Alfred M. Szmidt2021-06-134-4/+8
|
* testsuite/testsuite.sh: Go through /usr/bin/env to figure out where bash is.Alfred M. Szmidt2021-06-131-1/+1
|
* testsuite/synth: add a test for #1780Tristan Gingold2021-06-123-0/+120
|
* testsuite/gna: add reproducer for #237Tristan Gingold2021-06-103-0/+186
|
* testsuite/gna: add a reproducer for #1779Tristan Gingold2021-06-053-0/+174
|
* testsuite/gna: add a test for previous commitTristan Gingold2021-05-282-0/+22
|
* testsuite/gna: add a test for previous commitTristan Gingold2021-05-282-0/+10
|
* testsuite/gna: remove trailing CR in issue#1771Tristan Gingold2021-05-272-30/+30
|
* testsuite/gna: add a test for #1771Tristan Gingold2021-05-263-0/+111
|
* testsuite/gna: add tests for #1772Tristan Gingold2021-05-254-0/+79
|
* testsuite/gna: add a test for #1771Tristan Gingold2021-05-241-0/+7
|
* testsuite/synth: add tests for previous commitTristan Gingold2021-05-243-0/+49
|
* testsuite/gna: add a test for #1771Tristan Gingold2021-05-242-0/+43
|
* testsuite/gna: add a test for previous commitTristan Gingold2021-05-233-0/+39
|