aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/Current.vhdl
Commit message (Collapse)AuthorAgeFilesLines
* Added concurrent (PSL) assertion.Patrick Lehmann2021-08-261-0/+4
|
* Translate sequential procedure calls.Patrick Lehmann2021-08-261-0/+1
|
* Implemented handling off null statements.Patrick Lehmann2021-08-261-0/+5
|
* Handle open in map aspects.Patrick Lehmann2021-08-231-1/+2
|
* Handle associations.Patrick Lehmann2021-08-231-5/+15
|
* Implemented handling of wait statements.Patrick Lehmann2021-08-231-4/+8
|
* Read condition, message and severity from asserts and reports.Patrick Lehmann2021-08-231-0/+5
|
* Some updates.Patrick Lehmann2021-08-231-0/+4
|
* Handle context references.Patrick Lehmann2021-08-231-7/+10
|
* Handle contexts.Patrick Lehmann2021-08-231-0/+10
|
* Handle if-statements.Patrick Lehmann2021-08-231-0/+2
|
* Extended testcase.Patrick Lehmann2021-08-231-1/+9
|
* 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
|
* Fixed bug in OthersAggregateElement.Patrick Lehmann2021-07-011-2/+2
|
* Added package declarations inside of declarations.Patrick Lehmann2021-07-011-1/+8
| | | | | Added PSL Default clock (dummy). Added Disconnect specification (dummy).
* Renamed '[sS]ubType' to '[sS]ubtype'.Patrick Lehmann2021-07-011-0/+12
|
* Rework and fine tuning.Patrick Lehmann2021-07-011-4/+9
|
* More DOM improvements (#1806)Patrick Lehmann2021-06-261-2/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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)
* 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
|
* Handle shared variables.Patrick Lehmann2021-06-221-2/+23
|
* Minimal handling of types and subtypes.Patrick Lehmann2021-06-221-1/+1
|
* New testing file.Patrick Lehmann2021-06-221-2/+2
|
* Added testcase for integer literals.Patrick Lehmann2021-06-191-0/+53