| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Changed '"...".format(...)' to f-strings. | Patrick Lehmann | 2022-12-24 | 1 | -3/+1 | 
| | | | | | (cherry picked from commit 86a5638332b2573523b1f9768cf321a41b16f21c) | ||||
| * | 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 | -3/+9 | 
| | | |||||
| * | 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 | 
| | | |||||
| * | 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 | 
