aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/dom/_Translate.py
Commit message (Expand)AuthorAgeFilesLines
* Modifications due to changes in Symbols.Patrick Lehmann2023-04-151-2/+2
* Reworking symbols.Patrick Lehmann2023-04-131-15/+14
* pyGHDL: reformattingc-thaler2023-04-041-1/+1
* pyGHDL: fix range handling in subtype indicationc-thaler2023-04-041-1/+7
* pyGHDL: add missing handling of exit statementc-thaler2023-04-041-0/+3
* pyGHDL: reformatingTristan Gingold2023-02-031-2/+0
* Dependency Graphs (#2308)Patrick Lehmann2023-01-121-29/+20
* Added Get***Symbol functions. Improved Symbol handling.Patrick Lehmann2022-12-291-0/+1
* Removed declarations of __all__ when not needed by export.Patrick Lehmann2022-12-251-3/+0
* Changed '"...".format(...)' to f-strings.Patrick Lehmann2022-12-241-27/+13
* Fixed multiple generics reading.Patrick Lehmann2022-12-231-1/+3
* Updated for latest pyVHDLModel v0.17.xPatrick Lehmann2022-12-231-13/+20
* Fixed handling of multiple defined identifiers for latest pyVHDLModel.Patrick Lehmann2022-12-231-7/+14
* Adjusted to latest pyVHDLModel.Patrick Lehmann2022-12-231-1/+0
* Formatted code with black.Patrick Lehmann2022-11-301-16/+48
* Converted string formatting to f-strings.Patrick Lehmann2022-11-301-170/+32
* Enabled AMS support for all VHDL files. Added more [NOT IMPLEMENTED] rules to...Patrick Lehmann2022-06-191-0/+16
* Changed export decorator from pydecor to pyTooling.DecoratorsPatrick Lehmann2021-12-121-1/+1
* Added concurrent (PSL) assertion.Patrick Lehmann2021-08-261-5/+2
* Translate sequential procedure calls.Patrick Lehmann2021-08-261-4/+4
* Implemented handling off null statements.Patrick Lehmann2021-08-261-4/+2
* black: rerun, to pick pyproject settingsumarcor2021-08-231-39/+11
* Skip null statement.Patrick Lehmann2021-08-231-0/+6
* Fixes due to a bug in pyVHDLModel. Name Context was used twice.Patrick Lehmann2021-08-231-4/+4
* Some fixes.Patrick Lehmann2021-08-231-5/+4
* Handle subprogram vs. subprogram body.Patrick Lehmann2021-08-231-7/+45
* Handle open in map aspects.Patrick Lehmann2021-08-231-0/+10
* Handle associations.Patrick Lehmann2021-08-231-1/+45
* Handle simple sequential signal assignments and it's waveforms.Patrick Lehmann2021-08-231-5/+2
* Implemented handling of wait statements.Patrick Lehmann2021-08-231-6/+2
* Some updates.Patrick Lehmann2021-08-231-11/+9
* Handle contexts.Patrick Lehmann2021-08-231-1/+1
* Implemented if, case and for-loop statements.Patrick Lehmann2021-08-231-17/+4
* Fixed missed adjustments to range in expressions.Patrick Lehmann2021-08-231-2/+2
* Preparations for sequential statements.Patrick Lehmann2021-08-231-0/+39
* Black formatting.Patrick Lehmann2021-08-231-11/+8
* Improved handling of ranges (e.g. via attribute names).Patrick Lehmann2021-08-231-1/+2
* Preparations for sequential statements.Patrick Lehmann2021-08-231-4/+46
* 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 last...Patrick Lehmann2021-08-231-0/+8
* 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 declara...Patrick Lehmann2021-08-231-84/+106
* Handle declarations with multiple identifiers.Patrick Lehmann2021-08-231-33/+73