aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/dom
Commit message (Expand)AuthorAgeFilesLines
* Support for concurrent procedure call.Patrick Lehmann2021-08-233-5/+37
* Improvements for case generate statements.Patrick Lehmann2021-08-232-6/+139
* Improved handling of generate statements and pretty-printing of hierarchy.Patrick Lehmann2021-08-232-41/+64
* Improved pretty-printing for hierarchy.Patrick Lehmann2021-08-232-30/+144
* Reworked pretty printing.Patrick Lehmann2021-08-231-27/+44
* Handle assignments (target and kind).Patrick Lehmann2021-08-231-5/+19
* More for generate statements.Patrick Lehmann2021-08-231-5/+86
* Renamed BodyItems to Statements.Patrick Lehmann2021-08-232-12/+12
* Renamed to ConcurrentSimpleSignalAssignment.Patrick Lehmann2021-08-232-3/+3
* Added handling of simple concurrent statements.Patrick Lehmann2021-08-232-8/+37
* 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