Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | First primitive handling of selected names. | Patrick Lehmann | 2021-06-23 | 1 | -2/+9 |
| | |||||
* | Removed duplicate function. | Patrick Lehmann | 2021-06-23 | 1 | -46/+9 |
| | |||||
* | Handle access types. | Patrick Lehmann | 2021-06-23 | 1 | -8/+21 |
| | |||||
* | Added handling of enumeration, array and record types. | Patrick Lehmann | 2021-06-23 | 1 | -18/+39 |
| | |||||
* | Extract record type elements. | Patrick Lehmann | 2021-06-23 | 1 | -2/+16 |
| | |||||
* | Better type handling. | Patrick Lehmann | 2021-06-23 | 1 | -4/+31 |
| | |||||
* | Changed translate functions retuning lists to generators. | Patrick Lehmann | 2021-06-23 | 1 | -35/+32 |
| | |||||
* | Handle shared variables. | Patrick Lehmann | 2021-06-22 | 1 | -0/+8 |
| | |||||
* | Fixed issues reported by Codacy. | Patrick Lehmann | 2021-06-22 | 1 | -6/+8 |
| | |||||
* | Implemented handling of generic parameters to subprograms. | Patrick Lehmann | 2021-06-22 | 1 | -0/+32 |
| | |||||
* | Print position where exception happened. | Patrick Lehmann | 2021-06-22 | 1 | -29/+54 |
| | |||||
* | Fixed function call parameters. | Patrick Lehmann | 2021-06-22 | 1 | -1/+12 |
| | | | | | Fixed physical literal units. Added basic Procedure detection. | ||||
* | Handle Physical...Literals | Patrick Lehmann | 2021-06-22 | 1 | -0/+6 |
| | |||||
* | Handle component declarations. | Patrick Lehmann | 2021-06-22 | 1 | -1/+5 |
| | |||||
* | Prepared handling of functions, types, subtypes and aliases. | Patrick Lehmann | 2021-06-22 | 1 | -6/+19 |
| | |||||
* | Minimal handling of types and subtypes. | Patrick Lehmann | 2021-06-22 | 1 | -12/+37 |
| | |||||
* | Asked black for his opinion. | Patrick Lehmann | 2021-06-22 | 1 | -6/+31 |
| | |||||
* | Start handling function calls. | Patrick Lehmann | 2021-06-22 | 1 | -3/+4 |
| | |||||
* | Renamed 'NodeToName' to 'GetNameOfNode'. | Patrick Lehmann | 2021-06-22 | 1 | -7/+7 |
| | |||||
* | Handle more expressions (logical, compare, rem/mod). | Patrick Lehmann | 2021-06-22 | 1 | -12/+38 |
| | |||||
* | Added concatenation and string literal. | Patrick Lehmann | 2021-06-22 | 1 | -12/+16 |
| | |||||
* | Added handling of Parenthesis. | Patrick Lehmann | 2021-06-19 | 1 | -0/+2 |
| | |||||
* | Improvements to pyGHDL.dom. | Patrick Lehmann | 2021-06-19 | 1 | -1/+3 |
| | |||||
* | pyGHDL: run black | umarcor | 2021-06-19 | 1 | -1/+2 |
| | |||||
* | First step towards aggregates. | Patrick Lehmann | 2021-06-19 | 1 | -2/+2 |
| | |||||
* | pyGHDL/dom: add some guards to avoid crash for optional fields | Tristan Gingold | 2021-06-18 | 1 | -0/+2 |
| | |||||
* | Added missing file headers. | Patrick Lehmann | 2021-06-18 | 1 | -2/+33 |
| | |||||
* | Mode code more local. | Patrick Lehmann | 2021-06-18 | 1 | -53/+22 |
| | | | | (cherry picked from commit 2e64bb94806f080e015a5aea38c7c8734b971377) | ||||
* | Black found more files - strange. | Patrick Lehmann | 2021-06-17 | 1 | -19/+45 |
| | | | | | | 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/+208 |