aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/dom/Sequential.py
Commit message (Expand)AuthorAgeFilesLines
* Modifications due to changes in Symbols.Patrick Lehmann2023-04-151-2/+2
* Reworking symbols.Patrick Lehmann2023-04-131-10/+9
* pyGHDL: reformattingc-thaler2023-04-041-1/+1
* pyGHDL: fix constructor call parametersc-thaler2023-04-041-1/+2
* pyGHDL: add missing handling of exit statementc-thaler2023-04-041-0/+12
* Dependency Graphs (#2308)Patrick Lehmann2023-01-121-32/+24
* Code formatting based on black.Patrick Lehmann2022-12-241-1/+1
* Formatted code with black.Patrick Lehmann2022-11-301-2/+6
* 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
* 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