Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Formatting by black. | Patrick Lehmann | 2022-12-26 | 1 | -1/+2 |
| | |||||
* | Bumped dependecy to pyVHDLModel and added analysis time measurements. | Patrick Lehmann | 2022-12-26 | 1 | -0/+15 |
| | |||||
* | Converted more symbols for packages and contexts. | Patrick Lehmann | 2022-12-25 | 1 | -4/+4 |
| | |||||
* | Removed declarations of __all__ when not needed by export. | Patrick Lehmann | 2022-12-25 | 1 | -2/+0 |
| | |||||
* | Added missing imports. | Patrick Lehmann | 2022-12-24 | 1 | -4/+4 |
| | |||||
* | Formatting by black. | Patrick Lehmann | 2022-12-24 | 1 | -2/+2 |
| | | | | (cherry picked from commit 68f9ef6f18ac454dd25a180c6bf1046c8172174d) | ||||
* | Enable and disable AMS support based on VHDLVersion. | Patrick Lehmann | 2022-12-24 | 1 | -1/+13 |
| | | | | (cherry picked from commit 04d141309147a5731ea3461d59cfc8e17ad57c82) | ||||
* | Changed '"...".format(...)' to f-strings. | Patrick Lehmann | 2022-12-24 | 1 | -2/+2 |
| | | | | (cherry picked from commit 86a5638332b2573523b1f9768cf321a41b16f21c) | ||||
* | Code formatting based on black. | Patrick Lehmann | 2022-12-24 | 1 | -1/+2 |
| | | | | (cherry picked from commit 1f9773b56a90c6564698c842501f3889714fad84) | ||||
* | Change encoding to latin-1 for libghdl (to comply with standard). | Patrick Lehmann | 2022-12-24 | 1 | -3/+3 |
| | | | | | | It can be monkey-patched via pyGHDL.libGHDL.ENCODING. (cherry picked from commit 2dd38de9d52493cde7c045ed73a987ed06bf617a) | ||||
* | We should have asked black first. | Patrick Lehmann | 2022-12-23 | 1 | -1/+2 |
| | |||||
* | Updated to pyVHDLModel v0.18.0. | Patrick Lehmann | 2022-12-23 | 1 | -2/+2 |
| | |||||
* | Use correct API in pyVHDLModel. | Patrick Lehmann | 2022-12-23 | 1 | -10/+10 |
| | |||||
* | Collect file header comments as documentation for the VHDL document. | Patrick Lehmann | 2022-12-23 | 1 | -1/+2 |
| | |||||
* | Added handling of associated documentation comments. | Patrick Lehmann | 2022-12-23 | 1 | -4/+7 |
| | |||||
* | Formatted code with black. | Patrick Lehmann | 2022-11-30 | 1 | -1/+3 |
| | |||||
* | Converted string formatting to f-strings. | Patrick Lehmann | 2022-11-30 | 1 | -6/+2 |
| | |||||
* | Enabled AMS support for all VHDL files. Added more [NOT IMPLEMENTED] rules ↵ | Patrick Lehmann | 2022-06-19 | 1 | -0/+1 |
| | | | | to support VHDL-AMS code. | ||||
* | Changed export decorator from pydecor to pyTooling.Decorators | Patrick Lehmann | 2021-12-12 | 1 | -1/+1 |
| | |||||
* | black: rerun, to pick pyproject settings | umarcor | 2021-08-23 | 1 | -9/+3 |
| | |||||
* | Handle context references. | Patrick Lehmann | 2021-08-23 | 1 | -0/+3 |
| | |||||
* | Handle contexts. | Patrick Lehmann | 2021-08-23 | 1 | -7/+33 |
| | |||||
* | Black formatting. | Patrick Lehmann | 2021-08-23 | 1 | -3/+1 |
| | |||||
* | Adjusted to renaming in pyVHDLModel. | Patrick Lehmann | 2021-08-23 | 1 | -2/+2 |
| | |||||
* | Preparations for PSL. | Patrick Lehmann | 2021-07-01 | 1 | -0/+13 |
| | |||||
* | More DOM improvements (#1806) | Patrick Lehmann | 2021-06-26 | 1 | -17/+62 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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) | ||||
* | Improved error handling. | Patrick Lehmann | 2021-06-22 | 1 | -7/+5 |
| | |||||
* | pyGHDL/dom/NonStandard: one-line docstring | umarcor | 2021-06-22 | 1 | -3/+1 |
| | |||||
* | fix issues reported by Codacy | umarcor | 2021-06-22 | 1 | -2/+3 |
| | |||||
* | Fixed issues reported by Codacy. | Patrick Lehmann | 2021-06-22 | 1 | -1/+2 |
| | |||||
* | Prepared handling of functions, types, subtypes and aliases. | Patrick Lehmann | 2021-06-22 | 1 | -0/+171 |