aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/dom
Commit message (Expand)AuthorAgeFilesLines
* Disabled Python 3.8 syntax.Patrick Lehmann2021-08-231-6/+8
* FIX pass the length to probably unterminated string extractionumarcor2021-08-231-3/+7
* Another fix for consecutive identifiers.Patrick Lehmann2021-08-232-0/+24
* Fixes.Patrick Lehmann2021-08-232-15/+16
* Trying to provide a binding for str_table.Patrick Lehmann2021-08-231-2/+2
* PrettyPrint deferred constants.Patrick Lehmann2021-08-231-5/+10
* Fixed handling of declarations with multiple identifiers, if this is the last...Patrick Lehmann2021-08-231-0/+8
* Moved parsing into IfGenerateBranch.Patrick Lehmann2021-08-231-13/+37
* More handling of concurrent statements.Patrick Lehmann2021-08-232-65/+178
* Handle instantiations 1/2.Patrick Lehmann2021-08-232-40/+42
* 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-233-17/+232
* Also handle multiple identifiers in record elements.Patrick Lehmann2021-08-233-17/+51
* Also handle multiple identifiers in signal, variable, object and file declara...Patrick Lehmann2021-08-233-110/+223
* Handle declarations with multiple identifiers.Patrick Lehmann2021-08-232-51/+93
* Needed for changes in prettyprint for the Identifier(s) change in pyVHDLModel.Patrick Lehmann2021-08-232-6/+6
* Adjust DOM to a change in pyVHDLModel: some Identifiers being now a list of i...Patrick Lehmann2021-08-231-10/+10
* Fixed typo in IIR translation of Greater_Than_Or_Equal_Operator: should be Gr...Patrick Lehmann2021-08-231-1/+1
* Wrap typeMarks in a SimpleName.Patrick Lehmann2021-08-231-2/+4
* Adjusted to renaming in pyVHDLModel.Patrick Lehmann2021-08-2320-63/+121
* pyGHDL: reformattingTristan Gingold2021-08-061-2/+4
* vhdl: introduce iir_kind_association_element_by_nameTristan Gingold2021-08-061-1/+2
* Changed dependency files. Fixed a typo.Patrick Lehmann2021-07-021-0/+4
* Fixed bug in OthersAggregateElement.Patrick Lehmann2021-07-011-3/+1
* Added package declarations inside of declarations.Patrick Lehmann2021-07-013-0/+45
* Extended attribute specification.Patrick Lehmann2021-07-012-12/+79
* Exchanged sides in asserts to the understanding of pytests actual vs. expecte...Patrick Lehmann2021-07-011-6/+1
* Minor changes.Patrick Lehmann2021-07-011-1/+1
* Renamed '[sS]ubType' to '[sS]ubtype'.Patrick Lehmann2021-07-019-184/+200
* Preparations for PSL.Patrick Lehmann2021-07-013-2/+127
* Reworked scalar types created from ranges.Patrick Lehmann2021-07-013-12/+17
* Added missing operators, especially matching operators.Patrick Lehmann2021-07-012-8/+90
* Added Allocations.Patrick Lehmann2021-07-012-1/+35
* Renamed '_?[nN]ame: str' to '_?[iI]dentifier: str'.Patrick Lehmann2021-07-017-106/+106
* Rework and fine tuning.Patrick Lehmann2021-07-015-46/+112
* Reworked symbols.Patrick Lehmann2021-07-013-39/+35
* Minor improvements.Patrick Lehmann2021-07-011-174/+71
* Fixed MRO problems.Patrick Lehmann2021-07-013-32/+25
* Current state.Patrick Lehmann2021-07-012-14/+15
* Fix Codacy problems.Patrick Lehmann2021-07-011-1/+1
* WIP: Handle more generic interface kinds.Patrick Lehmann2021-07-013-18/+97
* Added missing import.Patrick Lehmann2021-07-012-1/+1
* More DOM improvements (#1806)Patrick Lehmann2021-06-2619-527/+1477
* Handle 'Subtype_Definition' in record definitions.Patrick Lehmann2021-06-233-9/+41
* First primitive handling of selected names.Patrick Lehmann2021-06-235-29/+70
* Removed duplicate function.Patrick Lehmann2021-06-234-65/+28
* Handle access types.Patrick Lehmann2021-06-233-30/+64
* Added handling of enumeration, array and record types.Patrick Lehmann2021-06-233-27/+108
* Extract record type elements.Patrick Lehmann2021-06-232-2/+22
* Better type handling.Patrick Lehmann2021-06-233-16/+92