aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/dom/Concurrent.py
Commit message (Collapse)AuthorAgeFilesLines
* Added Get***Symbol functions. Improved Symbol handling.Patrick Lehmann2022-12-291-58/+22
|
* Changed '"...".format(...)' to f-strings.Patrick Lehmann2022-12-241-3/+1
| | | | (cherry picked from commit 86a5638332b2573523b1f9768cf321a41b16f21c)
* Code formatting based on black.Patrick Lehmann2022-12-241-1/+1
| | | | (cherry picked from commit 1f9773b56a90c6564698c842501f3889714fad84)
* Formatted code with black.Patrick Lehmann2022-11-301-3/+9
|
* Converted string formatting to f-strings.Patrick Lehmann2022-11-301-15/+3
|
* Changed export decorator from pydecor to pyTooling.DecoratorsPatrick Lehmann2021-12-121-1/+1
|
* Handle sensitivity lists.Patrick Lehmann2021-08-271-4/+3
|
* Added concurrent (PSL) assertion.Patrick Lehmann2021-08-261-0/+29
|
* black: rerun, to pick pyproject settingsumarcor2021-08-231-105/+35
|
* Skip null statement.Patrick Lehmann2021-08-231-1/+2
|
* Fixes due to a bug in pyVHDLModel. Name Context was used twice.Patrick Lehmann2021-08-231-9/+17
|
* Some fixes.Patrick Lehmann2021-08-231-8/+8
|
* Handle associations.Patrick Lehmann2021-08-231-26/+116
|
* Handle simple sequential signal assignments and it's waveforms.Patrick Lehmann2021-08-231-7/+20
|
* Handle contexts.Patrick Lehmann2021-08-231-1/+0
|
* Implemented if, case and for-loop statements.Patrick Lehmann2021-08-231-3/+6
|
* Handle bodies in case generate statements.Patrick Lehmann2021-08-231-25/+27
|
* Handle multiple choices per case.Patrick Lehmann2021-08-231-11/+41
|
* Black formatting.Patrick Lehmann2021-08-231-6/+18
|
* Improved handling of ranges (e.g. via attribute names).Patrick Lehmann2021-08-231-7/+43
|
* Preparations for sequential statements.Patrick Lehmann2021-08-231-28/+31
|
* Support for concurrent procedure call.Patrick Lehmann2021-08-231-0/+28
|
* Improvements for case generate statements.Patrick Lehmann2021-08-231-4/+128
|
* Improved handling of generate statements and pretty-printing of hierarchy.Patrick Lehmann2021-08-231-35/+51
|
* Improved pretty-printing for hierarchy.Patrick Lehmann2021-08-231-14/+16
|
* 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-231-4/+4
|
* Renamed to ConcurrentSimpleSignalAssignment.Patrick Lehmann2021-08-231-1/+1
|
* Added handling of simple concurrent statements.Patrick Lehmann2021-08-231-3/+35
|
* Disabled Python 3.8 syntax.Patrick Lehmann2021-08-231-6/+8
|
* Moved parsing into IfGenerateBranch.Patrick Lehmann2021-08-231-13/+37
|
* More handling of concurrent statements.Patrick Lehmann2021-08-231-15/+156
|
* Handle instantiations 1/2.Patrick Lehmann2021-08-231-18/+30
|
* Changed List to Iterable. Parse instantiations. Some SimpleName fixes.Patrick Lehmann2021-08-231-0/+118