Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Needed for changes in prettyprint for the Identifier(s) change in pyVHDLModel. | Patrick Lehmann | 2021-08-23 | 1 | -2/+0 |
| | |||||
* | Fixed typo in IIR translation of Greater_Than_Or_Equal_Operator: should be ↵ | Patrick Lehmann | 2021-08-23 | 1 | -1/+1 |
| | | | | GreaterEqualExpression. | ||||
* | Wrap typeMarks in a SimpleName. | Patrick Lehmann | 2021-08-23 | 1 | -2/+4 |
| | |||||
* | Adjusted to renaming in pyVHDLModel. | Patrick Lehmann | 2021-08-23 | 1 | -5/+5 |
| | |||||
* | pyGHDL: reformatting | Tristan Gingold | 2021-08-06 | 1 | -2/+4 |
| | |||||
* | vhdl: introduce iir_kind_association_element_by_name | Tristan Gingold | 2021-08-06 | 1 | -1/+2 |
| | |||||
* | Added package declarations inside of declarations. | Patrick Lehmann | 2021-07-01 | 1 | -0/+11 |
| | | | | | Added PSL Default clock (dummy). Added Disconnect specification (dummy). | ||||
* | Extended attribute specification. | Patrick Lehmann | 2021-07-01 | 1 | -3/+2 |
| | |||||
* | Minor changes. | Patrick Lehmann | 2021-07-01 | 1 | -1/+1 |
| | |||||
* | Renamed '[sS]ubType' to '[sS]ubtype'. | Patrick Lehmann | 2021-07-01 | 1 | -40/+40 |
| | |||||
* | Reworked scalar types created from ranges. | Patrick Lehmann | 2021-07-01 | 1 | -0/+4 |
| | |||||
* | Added missing operators, especially matching operators. | Patrick Lehmann | 2021-07-01 | 1 | -1/+19 |
| | |||||
* | Added Allocations. | Patrick Lehmann | 2021-07-01 | 1 | -0/+2 |
| | |||||
* | Rework and fine tuning. | Patrick Lehmann | 2021-07-01 | 1 | -15/+52 |
| | |||||
* | WIP: Handle more generic interface kinds. | Patrick Lehmann | 2021-07-01 | 1 | -4/+11 |
| | | | | (cherry picked from commit 6b5606852371bdd8bdc9c8a3dcd38ef8e7eecbc9) | ||||
* | More DOM improvements (#1806) | Patrick Lehmann | 2021-06-26 | 1 | -48/+161 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First try to handle names. * Reworked names. * Reworked range expressions. * Handle AttributeNames. * Added handling of file declaration and attribute declarations. * Improved error outputs. * Handle protected types. * Make black happy with ugly code. * Handle Null literal and File parameters. * File type and physical type. * Don't fail on reported syntax errors. Catch call errors into libghdl. * Improved Sanity checks for pyGHDL.dom. * Load sourcecode via Python and process in-memory. Fixed testcases. * Added package instantiations and packages with generics. * Added UseClause, AttributeSpecification and PhysicalTypes. * Improved pretty-printing. * Fixed AttributeName in subtype indication. * Get code position of IIR nodes. * Added DOMMixin into all derived classes. * Mark as not yet implemented. * Pinned pyVHDLModel version to v0.10.4. * Removed xfail in LSP test. Bumped requirement of pyVHDLModel to v0.10.4. Fixed some Codacy issues. (cherry picked from commit f64e7ed7c3d69cbf84cd60db8e9b085e90b846cb) | ||||
* | Handle 'Subtype_Definition' in record definitions. | Patrick Lehmann | 2021-06-23 | 1 | -5/+25 |
| |