| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle sensitivity lists. | Patrick Lehmann | 2021-08-27 | 1 | -4/+3 |
* | Added concurrent (PSL) assertion. | Patrick Lehmann | 2021-08-26 | 1 | -0/+29 |
* | black: rerun, to pick pyproject settings | umarcor | 2021-08-23 | 1 | -105/+35 |
* | Skip null statement. | Patrick Lehmann | 2021-08-23 | 1 | -1/+2 |
* | Fixes due to a bug in pyVHDLModel. Name Context was used twice. | Patrick Lehmann | 2021-08-23 | 1 | -9/+17 |
* | Some fixes. | Patrick Lehmann | 2021-08-23 | 1 | -8/+8 |
* | Handle associations. | Patrick Lehmann | 2021-08-23 | 1 | -26/+116 |
* | Handle simple sequential signal assignments and it's waveforms. | Patrick Lehmann | 2021-08-23 | 1 | -7/+20 |
* | Handle contexts. | Patrick Lehmann | 2021-08-23 | 1 | -1/+0 |
* | Implemented if, case and for-loop statements. | Patrick Lehmann | 2021-08-23 | 1 | -3/+6 |
* | Handle bodies in case generate statements. | Patrick Lehmann | 2021-08-23 | 1 | -25/+27 |
* | Handle multiple choices per case. | Patrick Lehmann | 2021-08-23 | 1 | -11/+41 |
* | Black formatting. | Patrick Lehmann | 2021-08-23 | 1 | -6/+18 |
* | Improved handling of ranges (e.g. via attribute names). | Patrick Lehmann | 2021-08-23 | 1 | -7/+43 |
* | Preparations for sequential statements. | Patrick Lehmann | 2021-08-23 | 1 | -28/+31 |
* | Support for concurrent procedure call. | Patrick Lehmann | 2021-08-23 | 1 | -0/+28 |
* | Improvements for case generate statements. | Patrick Lehmann | 2021-08-23 | 1 | -4/+128 |
* | Improved handling of generate statements and pretty-printing of hierarchy. | Patrick Lehmann | 2021-08-23 | 1 | -35/+51 |
* | Improved pretty-printing for hierarchy. | Patrick Lehmann | 2021-08-23 | 1 | -14/+16 |
* | Handle assignments (target and kind). | Patrick Lehmann | 2021-08-23 | 1 | -5/+19 |
* | More for generate statements. | Patrick Lehmann | 2021-08-23 | 1 | -5/+86 |
* | Renamed BodyItems to Statements. | Patrick Lehmann | 2021-08-23 | 1 | -4/+4 |
* | Renamed to ConcurrentSimpleSignalAssignment. | Patrick Lehmann | 2021-08-23 | 1 | -1/+1 |
* | Added handling of simple concurrent statements. | Patrick Lehmann | 2021-08-23 | 1 | -3/+35 |
* | Disabled Python 3.8 syntax. | Patrick Lehmann | 2021-08-23 | 1 | -6/+8 |
* | Moved parsing into IfGenerateBranch. | Patrick Lehmann | 2021-08-23 | 1 | -13/+37 |
* | More handling of concurrent statements. | Patrick Lehmann | 2021-08-23 | 1 | -15/+156 |
* | Handle instantiations 1/2. | Patrick Lehmann | 2021-08-23 | 1 | -18/+30 |
* | Changed List to Iterable. Parse instantiations. Some SimpleName fixes. | Patrick Lehmann | 2021-08-23 | 1 | -0/+118 |