aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/dom/Expressions.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed last testcase.Patrick Lehmann2023-04-161-3/+1
|
* Fixed expression.Patrick Lehmann2023-04-161-3/+3
|
* Dependency Graphs (#2308)Patrick Lehmann2023-01-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Updated to pyVHDLModel v0.18.0.Patrick Lehmann2022-12-231-1/+9
|
* Exchanged sides in asserts to the understanding of pytests actual vs. ↵Patrick Lehmann2021-07-011-1/+1
| | | | expected order.
* Improved test code.Patrick Lehmann2021-07-011-1/+1
|
* Minor changes.Patrick Lehmann2021-07-011-4/+4
|
* Rework and fine tuning.Patrick Lehmann2021-07-011-3/+3
|
* More DOM improvements (#1806)Patrick Lehmann2021-06-261-16/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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)
* Formatted pyunit tests via black.Patrick Lehmann2021-06-231-5/+9
|
* Renamed AllVHDLSources to Sanity.Patrick Lehmann2021-06-221-0/+32
| | | | | Improved glob in Sanity check. Bound requirement for pyVHDLModel to Git branch.
* Prepared handling of functions, types, subtypes and aliases.Patrick Lehmann2021-06-221-1/+1
|
* Start handling function calls.Patrick Lehmann2021-06-221-3/+3
|
* Simplified prettyprint, as pyVHDLModel has now builtin __str__ methods for ↵Patrick Lehmann2021-06-191-9/+30
| | | | expressions, aggregates and literals.
* Testcase(s) for expressions.Patrick Lehmann2021-06-191-0/+49