Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modifications due to changes in Symbols. | Patrick Lehmann | 2023-04-15 | 1 | -2/+2 |
| | |||||
* | Reworking symbols. | Patrick Lehmann | 2023-04-13 | 1 | -15/+14 |
| | |||||
* | pyGHDL: reformatting | c-thaler | 2023-04-04 | 1 | -1/+1 |
| | |||||
* | pyGHDL: fix range handling in subtype indication | c-thaler | 2023-04-04 | 1 | -1/+7 |
| | | | | | According to §3.1, range can be a range expression or an attribute name. This must be respected when accessing the fields of the node. | ||||
* | pyGHDL: add missing handling of exit statement | c-thaler | 2023-04-04 | 1 | -0/+3 |
| | |||||
* | pyGHDL: reformating | Tristan Gingold | 2023-02-03 | 1 | -2/+0 |
| | |||||
* | Dependency Graphs (#2308) | Patrick Lehmann | 2023-01-12 | 1 | -29/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Further fixes to the example code. * Bumped dependencies. * Fixed Debouncer example code. * Some more cleanup. * Black's opinion. * Run with pyVHDLModel dev-branch. * Fixed imports for Name. * Fixed test case. * Added a formatter to write dependency graphs and hierarchy as graphml. * Improved GraphML formatting. * Write compile order graph. * Computing compile order. * Bumped dependencies. * Black's opinion. * Fixed incorrect dependency. | ||||
* | Added Get***Symbol functions. Improved Symbol handling. | Patrick Lehmann | 2022-12-29 | 1 | -0/+1 |
| | |||||
* | Removed declarations of __all__ when not needed by export. | Patrick Lehmann | 2022-12-25 | 1 | -3/+0 |
| | |||||
* | Changed '"...".format(...)' to f-strings. | Patrick Lehmann | 2022-12-24 | 1 | -27/+13 |
| | | | | (cherry picked from commit 86a5638332b2573523b1f9768cf321a41b16f21c) | ||||
* | Fixed multiple generics reading. | Patrick Lehmann | 2022-12-23 | 1 | -1/+3 |
| | |||||
* | Updated for latest pyVHDLModel v0.17.x | Patrick Lehmann | 2022-12-23 | 1 | -13/+20 |
| | | | | (cherry picked from commit fb6e98b119cc1bb94ba5ecca88d7533a00a2e3f6) | ||||
* | Fixed handling of multiple defined identifiers for latest pyVHDLModel. | Patrick Lehmann | 2022-12-23 | 1 | -7/+14 |
| | |||||
* | Adjusted to latest pyVHDLModel. | Patrick Lehmann | 2022-12-23 | 1 | -1/+0 |
| | |||||
* | Formatted code with black. | Patrick Lehmann | 2022-11-30 | 1 | -16/+48 |
| | |||||
* | Converted string formatting to f-strings. | Patrick Lehmann | 2022-11-30 | 1 | -170/+32 |
| | |||||
* | Enabled AMS support for all VHDL files. Added more [NOT IMPLEMENTED] rules ↵ | Patrick Lehmann | 2022-06-19 | 1 | -0/+16 |
| | | | | to support VHDL-AMS code. | ||||
* | Changed export decorator from pydecor to pyTooling.Decorators | Patrick Lehmann | 2021-12-12 | 1 | -1/+1 |
| | |||||
* | Added concurrent (PSL) assertion. | Patrick Lehmann | 2021-08-26 | 1 | -5/+2 |
| | |||||
* | Translate sequential procedure calls. | Patrick Lehmann | 2021-08-26 | 1 | -4/+4 |
| | |||||
* | Implemented handling off null statements. | Patrick Lehmann | 2021-08-26 | 1 | -4/+2 |
| | |||||
* | black: rerun, to pick pyproject settings | umarcor | 2021-08-23 | 1 | -39/+11 |
| | |||||
* | Skip null statement. | Patrick Lehmann | 2021-08-23 | 1 | -0/+6 |
| | |||||
* | Fixes due to a bug in pyVHDLModel. Name Context was used twice. | Patrick Lehmann | 2021-08-23 | 1 | -4/+4 |
| | |||||
* | Some fixes. | Patrick Lehmann | 2021-08-23 | 1 | -5/+4 |
| | |||||
* | Handle subprogram vs. subprogram body. | Patrick Lehmann | 2021-08-23 | 1 | -7/+45 |
| | |||||
* | Handle open in map aspects. | Patrick Lehmann | 2021-08-23 | 1 | -0/+10 |
| | |||||
* | Handle associations. | Patrick Lehmann | 2021-08-23 | 1 | -1/+45 |
| | |||||
* | Handle simple sequential signal assignments and it's waveforms. | Patrick Lehmann | 2021-08-23 | 1 | -5/+2 |
| | |||||
* | Implemented handling of wait statements. | Patrick Lehmann | 2021-08-23 | 1 | -6/+2 |
| | |||||
* | Some updates. | Patrick Lehmann | 2021-08-23 | 1 | -11/+9 |
| | |||||
* | Handle contexts. | Patrick Lehmann | 2021-08-23 | 1 | -1/+1 |
| | |||||
* | Implemented if, case and for-loop statements. | Patrick Lehmann | 2021-08-23 | 1 | -17/+4 |
| | |||||
* | Fixed missed adjustments to range in expressions. | Patrick Lehmann | 2021-08-23 | 1 | -2/+2 |
| | |||||
* | Preparations for sequential statements. | Patrick Lehmann | 2021-08-23 | 1 | -0/+39 |
| | |||||
* | Black formatting. | Patrick Lehmann | 2021-08-23 | 1 | -11/+8 |
| | |||||
* | Improved handling of ranges (e.g. via attribute names). | Patrick Lehmann | 2021-08-23 | 1 | -1/+2 |
| | |||||
* | Preparations for sequential statements. | Patrick Lehmann | 2021-08-23 | 1 | -4/+46 |
| | |||||
* | Support for concurrent procedure call. | Patrick Lehmann | 2021-08-23 | 1 | -5/+2 |
| | |||||
* | Renamed to ConcurrentSimpleSignalAssignment. | Patrick Lehmann | 2021-08-23 | 1 | -2/+2 |
| | |||||
* | Added handling of simple concurrent statements. | Patrick Lehmann | 2021-08-23 | 1 | -5/+2 |
| | |||||
* | Another fix for consecutive identifiers. | Patrick Lehmann | 2021-08-23 | 1 | -0/+20 |
| | |||||
* | Fixed handling of declarations with multiple identifiers, if this is the ↵ | Patrick Lehmann | 2021-08-23 | 1 | -0/+8 |
| | | | | last item in the chain. | ||||
* | More handling of concurrent statements. | Patrick Lehmann | 2021-08-23 | 1 | -50/+22 |
| | |||||
* | Handle instantiations 1/2. | Patrick Lehmann | 2021-08-23 | 1 | -22/+12 |
| | |||||
* | Handle more concurrent statements and report as not implemented yet. | Patrick Lehmann | 2021-08-23 | 1 | -1/+48 |
| | |||||
* | Changed List to Iterable. Parse instantiations. Some SimpleName fixes. | Patrick Lehmann | 2021-08-23 | 1 | -1/+92 |
| | |||||
* | Also handle multiple identifiers in record elements. | Patrick Lehmann | 2021-08-23 | 1 | -0/+8 |
| | |||||
* | Also handle multiple identifiers in signal, variable, object and file ↵ | Patrick Lehmann | 2021-08-23 | 1 | -84/+106 |
| | | | | declarations. | ||||
* | Handle declarations with multiple identifiers. | Patrick Lehmann | 2021-08-23 | 1 | -33/+73 |
| |