Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed declarations of __all__ when not needed by export. | Patrick Lehmann | 2022-12-25 | 1 | -3/+0 |
| | |||||
* | Updated for latest pyVHDLModel v0.17.x | Patrick Lehmann | 2022-12-23 | 1 | -13/+31 |
| | | | | (cherry picked from commit fb6e98b119cc1bb94ba5ecca88d7533a00a2e3f6) | ||||
* | Here is blacks opinion. | Patrick Lehmann | 2022-12-23 | 1 | -36/+10 |
| | |||||
* | Added handling of associated documentation comments. | Patrick Lehmann | 2022-12-23 | 1 | -68/+42 |
| | |||||
* | 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 | -38/+10 |
| | |||||
* | Fixes due to a bug in pyVHDLModel. Name Context was used twice. | Patrick Lehmann | 2021-08-23 | 1 | -6/+6 |
| | |||||
* | Also handle multiple identifiers in record elements. | Patrick Lehmann | 2021-08-23 | 1 | -12/+12 |
| | |||||
* | Also handle multiple identifiers in signal, variable, object and file ↵ | Patrick Lehmann | 2021-08-23 | 1 | -6/+52 |
| | | | | declarations. | ||||
* | Handle declarations with multiple identifiers. | Patrick Lehmann | 2021-08-23 | 1 | -18/+20 |
| | |||||
* | Adjusted to renaming in pyVHDLModel. | Patrick Lehmann | 2021-08-23 | 1 | -1/+1 |
| | |||||
* | Renamed '[sS]ubType' to '[sS]ubtype'. | Patrick Lehmann | 2021-07-01 | 1 | -26/+26 |
| | |||||
* | Renamed '_?[nN]ame: str' to '_?[iI]dentifier: str'. | Patrick Lehmann | 2021-07-01 | 1 | -18/+18 |
| | |||||
* | Rework and fine tuning. | Patrick Lehmann | 2021-07-01 | 1 | -26/+5 |
| | |||||
* | Fixed MRO problems. | Patrick Lehmann | 2021-07-01 | 1 | -5/+1 |
| | |||||
* | WIP: Handle more generic interface kinds. | Patrick Lehmann | 2021-07-01 | 1 | -10/+82 |
| | | | | (cherry picked from commit 6b5606852371bdd8bdc9c8a3dcd38ef8e7eecbc9) | ||||
* | More DOM improvements (#1806) | Patrick Lehmann | 2021-06-26 | 1 | -55/+121 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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) | ||||
* | Removed duplicate function. | Patrick Lehmann | 2021-06-23 | 1 | -6/+6 |
| | |||||
* | Code cleanups. | Patrick Lehmann | 2021-06-22 | 1 | -15/+5 |
| | |||||
* | Implemented handling of generic parameters to subprograms. | Patrick Lehmann | 2021-06-22 | 1 | -10/+99 |
| | |||||
* | Renamed 'NodeToName' to 'GetNameOfNode'. | Patrick Lehmann | 2021-06-22 | 1 | -3/+3 |
| | |||||
* | pyGHDL/dom: reformatting | Tristan Gingold | 2021-06-18 | 1 | -3/+11 |
| | |||||
* | pyGHDL/dom: add some guards to avoid crash for optional fields | Tristan Gingold | 2021-06-18 | 1 | -1/+2 |
| | |||||
* | Added handling of Floating Point. | Patrick Lehmann | 2021-06-18 | 1 | -4/+12 |
| | |||||
* | Black found more files - strange. | Patrick Lehmann | 2021-06-17 | 1 | -9/+18 |
| | | | | | | Executed black to make code unreadable. (cherry picked from commit 1b34c2368428b1ec295073ee47d201ac1def35f6) | ||||
* | Updates to the dom namespace in pyGHDL. | Patrick Lehmann | 2021-06-17 | 1 | -23/+33 |
| | |||||
* | pyGHDL: format using black | Xiretza | 2021-02-10 | 1 | -16/+20 |
| | |||||
* | Reworking pre-compile scripts for Windows (#1594) | Patrick Lehmann | 2021-01-15 | 1 | -15/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Updated pre-compile scripts for OSVVM. * Reworked script for Vivado. * Reworked script for ISE. * Reworked UVVM compile script. Cannot be tested due to missing feature in GHDL see #1593. * Reworked scripts for Altera, Intel and Lattice. * Updated module imports. * Adjusted warnings. * Read OSVVM package files from compile-order file 'osvvm.pro'. * Support OSVVM and OSVVMLibraries as source directory. * Added support for OSVVM models to precompile script. * First update to the pre-compile scripts documentation. * Minimized file headers and redundant documentation. Using PowerShell's feature to document files, functions and modules. * Updated README in precompile scripts directory. * license: update headers of pyGHDL, scripts/windows, libraries/vendors * Fixed ForegroundColor and InvocationName. Co-authored-by: umarcor <unai.martinezcorral@ehu.eus> | ||||
* | Removed '__api__' due to a bug in pydecor's export decorator. | Patrick Lehmann | 2021-01-02 | 1 | -1/+0 |
| | | | | (cherry picked from commit 82c29e4340071a1c5dd4a364077bcd6771ce8216) | ||||
* | Added file headers and license texts. (#1564) | Patrick Lehmann | 2020-12-31 | 1 | -0/+34 |
| | |||||
* | Added first implementation of a document object model (DOM). | Patrick Lehmann | 2020-12-27 | 1 | -0/+33 |