Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed function call parameters. | Patrick Lehmann | 2021-06-22 | 1 | -1/+2 |
| | | | | | Fixed physical literal units. Added basic Procedure detection. | ||||
* | Minimal handling of types and subtypes. | Patrick Lehmann | 2021-06-22 | 1 | -10/+17 |
| | |||||
* | Start handling function calls. | Patrick Lehmann | 2021-06-22 | 1 | -3/+30 |
| | |||||
* | Renamed 'NodeToName' to 'GetNameOfNode'. | Patrick Lehmann | 2021-06-22 | 1 | -1/+1 |
| | |||||
* | Simplified prettyprint, as pyVHDLModel has now builtin __str__ methods for ↵ | Patrick Lehmann | 2021-06-19 | 1 | -3/+0 |
| | | | | expressions, aggregates and literals. | ||||
* | Improvements to pyGHDL.dom. | Patrick Lehmann | 2021-06-19 | 1 | -0/+7 |
| | |||||
* | First step towards aggregates. | Patrick Lehmann | 2021-06-19 | 1 | -0/+7 |
| | |||||
* | Mode code more local. | Patrick Lehmann | 2021-06-18 | 1 | -0/+14 |
| | | | | (cherry picked from commit 2e64bb94806f080e015a5aea38c7c8734b971377) | ||||
* | Black found more files - strange. | Patrick Lehmann | 2021-06-17 | 1 | -5/+7 |
| | | | | | | Executed black to make code unreadable. (cherry picked from commit 1b34c2368428b1ec295073ee47d201ac1def35f6) | ||||
* | Updates to the dom namespace in pyGHDL. | Patrick Lehmann | 2021-06-17 | 1 | -0/+60 |