aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/dom/Concurrent.py
Commit message (Collapse)AuthorAgeFilesLines
* 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