aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/dom/Sequential.py
Commit message (Collapse)AuthorAgeFilesLines
* Changed export decorator from pydecor to pyTooling.DecoratorsPatrick Lehmann2021-12-121-1/+1
|
* Translate sequential procedure calls.Patrick Lehmann2021-08-261-3/+3
|
* Implemented handling off null statements.Patrick Lehmann2021-08-261-0/+12
|
* black: rerun, to pick pyproject settingsumarcor2021-08-231-58/+16
|
* Fixes due to a bug in pyVHDLModel. Name Context was used twice.Patrick Lehmann2021-08-231-12/+12
|
* Some fixes.Patrick Lehmann2021-08-231-4/+7
|
* Fixed case statement.Patrick Lehmann2021-08-231-5/+1
|
* Assertion messages are optional in assert statements.Patrick Lehmann2021-08-231-2/+7
|
* Also handle parameters for sequential procedure calls.Patrick Lehmann2021-08-231-7/+6
|
* Handle simple sequential signal assignments and it's waveforms.Patrick Lehmann2021-08-231-5/+4
|
* Implemented handling of wait statements.Patrick Lehmann2021-08-231-2/+51
|
* Read condition, message and severity from asserts and reports.Patrick Lehmann2021-08-231-17/+17
|
* Some updates.Patrick Lehmann2021-08-231-9/+59
|
* Handle contexts.Patrick Lehmann2021-08-231-1/+0
|
* Implemented if, case and for-loop statements.Patrick Lehmann2021-08-231-39/+67
|
* Handle if-statements.Patrick Lehmann2021-08-231-14/+7
|
* Some naming cleanups.Patrick Lehmann2021-08-231-30/+30
|
* Black formatting.Patrick Lehmann2021-08-231-2/+11
|
* Improved handling of ranges (e.g. via attribute names).Patrick Lehmann2021-08-231-7/+44
|
* Preparations for sequential statements.Patrick Lehmann2021-08-231-0/+388