aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/dom/_Translate.py
Commit message (Collapse)AuthorAgeFilesLines
* Support for concurrent procedure call.Patrick Lehmann2021-08-231-5/+2
|
* Renamed to ConcurrentSimpleSignalAssignment.Patrick Lehmann2021-08-231-2/+2
|
* Added handling of simple concurrent statements.Patrick Lehmann2021-08-231-5/+2
|
* Another fix for consecutive identifiers.Patrick Lehmann2021-08-231-0/+20
|
* Fixed handling of declarations with multiple identifiers, if this is the ↵Patrick Lehmann2021-08-231-0/+8
| | | | last item in the chain.
* More handling of concurrent statements.Patrick Lehmann2021-08-231-50/+22
|
* Handle instantiations 1/2.Patrick Lehmann2021-08-231-22/+12
|
* Handle more concurrent statements and report as not implemented yet.Patrick Lehmann2021-08-231-1/+48
|
* Changed List to Iterable. Parse instantiations. Some SimpleName fixes.Patrick Lehmann2021-08-231-1/+92
|
* Also handle multiple identifiers in record elements.Patrick Lehmann2021-08-231-0/+8
|
* Also handle multiple identifiers in signal, variable, object and file ↵Patrick Lehmann2021-08-231-84/+106
| | | | declarations.
* Handle declarations with multiple identifiers.Patrick Lehmann2021-08-231-33/+73
|
* Needed for changes in prettyprint for the Identifier(s) change in pyVHDLModel.Patrick Lehmann2021-08-231-2/+0
|
* Fixed typo in IIR translation of Greater_Than_Or_Equal_Operator: should be ↵Patrick Lehmann2021-08-231-1/+1
| | | | GreaterEqualExpression.
* Wrap typeMarks in a SimpleName.Patrick Lehmann2021-08-231-2/+4
|
* Adjusted to renaming in pyVHDLModel.Patrick Lehmann2021-08-231-5/+5
|
* pyGHDL: reformattingTristan Gingold2021-08-061-2/+4
|
* vhdl: introduce iir_kind_association_element_by_nameTristan Gingold2021-08-061-1/+2
|
* Added package declarations inside of declarations.Patrick Lehmann2021-07-011-0/+11
| | | | | Added PSL Default clock (dummy). Added Disconnect specification (dummy).
* Extended attribute specification.Patrick Lehmann2021-07-011-3/+2
|
* Minor changes.Patrick Lehmann2021-07-011-1/+1
|
* Renamed '[sS]ubType' to '[sS]ubtype'.Patrick Lehmann2021-07-011-40/+40
|
* Reworked scalar types created from ranges.Patrick Lehmann2021-07-011-0/+4
|
* Added missing operators, especially matching operators.Patrick Lehmann2021-07-011-1/+19
|
* Added Allocations.Patrick Lehmann2021-07-011-0/+2
|
* Rework and fine tuning.Patrick Lehmann2021-07-011-15/+52
|
* WIP: Handle more generic interface kinds.Patrick Lehmann2021-07-011-4/+11
| | | | (cherry picked from commit 6b5606852371bdd8bdc9c8a3dcd38ef8e7eecbc9)
* More DOM improvements (#1806)Patrick Lehmann2021-06-261-48/+161
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-5/+25
|
* First primitive handling of selected names.Patrick Lehmann2021-06-231-2/+9
|
* Removed duplicate function.Patrick Lehmann2021-06-231-46/+9
|
* Handle access types.Patrick Lehmann2021-06-231-8/+21
|
* Added handling of enumeration, array and record types.Patrick Lehmann2021-06-231-18/+39
|
* Extract record type elements.Patrick Lehmann2021-06-231-2/+16
|
* Better type handling.Patrick Lehmann2021-06-231-4/+31
|
* Changed translate functions retuning lists to generators.Patrick Lehmann2021-06-231-35/+32
|
* Handle shared variables.Patrick Lehmann2021-06-221-0/+8
|
* Fixed issues reported by Codacy.Patrick Lehmann2021-06-221-6/+8
|
* Implemented handling of generic parameters to subprograms.Patrick Lehmann2021-06-221-0/+32
|
* Print position where exception happened.Patrick Lehmann2021-06-221-29/+54
|
* Fixed function call parameters.Patrick Lehmann2021-06-221-1/+12
| | | | | Fixed physical literal units. Added basic Procedure detection.
* Handle Physical...LiteralsPatrick Lehmann2021-06-221-0/+6
|
* Handle component declarations.Patrick Lehmann2021-06-221-1/+5
|
* Prepared handling of functions, types, subtypes and aliases.Patrick Lehmann2021-06-221-6/+19
|
* Minimal handling of types and subtypes.Patrick Lehmann2021-06-221-12/+37
|
* Asked black for his opinion.Patrick Lehmann2021-06-221-6/+31
|
* Start handling function calls.Patrick Lehmann2021-06-221-3/+4
|
* Renamed 'NodeToName' to 'GetNameOfNode'.Patrick Lehmann2021-06-221-7/+7
|
* Handle more expressions (logical, compare, rem/mod).Patrick Lehmann2021-06-221-12/+38
|
* Added concatenation and string literal.Patrick Lehmann2021-06-221-12/+16
|