Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Code formatting based on black. | Patrick Lehmann | 2022-12-24 | 1 | -1/+1 |
| | | | | (cherry picked from commit 1f9773b56a90c6564698c842501f3889714fad84) | ||||
* | Formatted code with black. | Patrick Lehmann | 2022-11-30 | 1 | -2/+6 |
| | |||||
* | Converted string formatting to f-strings. | Patrick Lehmann | 2022-11-30 | 1 | -15/+3 |
| | |||||
* | Changed export decorator from pydecor to pyTooling.Decorators | Patrick Lehmann | 2021-12-12 | 1 | -1/+1 |
| | |||||
* | Translate sequential procedure calls. | Patrick Lehmann | 2021-08-26 | 1 | -3/+3 |
| | |||||
* | Implemented handling off null statements. | Patrick Lehmann | 2021-08-26 | 1 | -0/+12 |
| | |||||
* | black: rerun, to pick pyproject settings | umarcor | 2021-08-23 | 1 | -58/+16 |
| | |||||
* | Fixes due to a bug in pyVHDLModel. Name Context was used twice. | Patrick Lehmann | 2021-08-23 | 1 | -12/+12 |
| | |||||
* | Some fixes. | Patrick Lehmann | 2021-08-23 | 1 | -4/+7 |
| | |||||
* | Fixed case statement. | Patrick Lehmann | 2021-08-23 | 1 | -5/+1 |
| | |||||
* | Assertion messages are optional in assert statements. | Patrick Lehmann | 2021-08-23 | 1 | -2/+7 |
| | |||||
* | Also handle parameters for sequential procedure calls. | Patrick Lehmann | 2021-08-23 | 1 | -7/+6 |
| | |||||
* | Handle simple sequential signal assignments and it's waveforms. | Patrick Lehmann | 2021-08-23 | 1 | -5/+4 |
| | |||||
* | Implemented handling of wait statements. | Patrick Lehmann | 2021-08-23 | 1 | -2/+51 |
| | |||||
* | Read condition, message and severity from asserts and reports. | Patrick Lehmann | 2021-08-23 | 1 | -17/+17 |
| | |||||
* | Some updates. | Patrick Lehmann | 2021-08-23 | 1 | -9/+59 |
| | |||||
* | Handle contexts. | Patrick Lehmann | 2021-08-23 | 1 | -1/+0 |
| | |||||
* | Implemented if, case and for-loop statements. | Patrick Lehmann | 2021-08-23 | 1 | -39/+67 |
| | |||||
* | Handle if-statements. | Patrick Lehmann | 2021-08-23 | 1 | -14/+7 |
| | |||||
* | Some naming cleanups. | Patrick Lehmann | 2021-08-23 | 1 | -30/+30 |
| | |||||
* | Black formatting. | Patrick Lehmann | 2021-08-23 | 1 | -2/+11 |
| | |||||
* | Improved handling of ranges (e.g. via attribute names). | Patrick Lehmann | 2021-08-23 | 1 | -7/+44 |
| | |||||
* | Preparations for sequential statements. | Patrick Lehmann | 2021-08-23 | 1 | -0/+388 |