aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/dom/InterfaceItem.py
Commit message (Collapse)AuthorAgeFilesLines
* Dependency Graphs (#2308)Patrick Lehmann2023-01-121-21/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Removed declarations of __all__ when not needed by export.Patrick Lehmann2022-12-251-3/+0
|
* Updated for latest pyVHDLModel v0.17.xPatrick Lehmann2022-12-231-13/+31
| | | | (cherry picked from commit fb6e98b119cc1bb94ba5ecca88d7533a00a2e3f6)
* Here is blacks opinion.Patrick Lehmann2022-12-231-36/+10
|
* Added handling of associated documentation comments.Patrick Lehmann2022-12-231-68/+42
|
* Changed export decorator from pydecor to pyTooling.DecoratorsPatrick Lehmann2021-12-121-1/+1
|
* black: rerun, to pick pyproject settingsumarcor2021-08-231-38/+10
|
* Fixes due to a bug in pyVHDLModel. Name Context was used twice.Patrick Lehmann2021-08-231-6/+6
|
* Also handle multiple identifiers in record elements.Patrick Lehmann2021-08-231-12/+12
|
* Also handle multiple identifiers in signal, variable, object and file ↵Patrick Lehmann2021-08-231-6/+52
| | | | declarations.
* Handle declarations with multiple identifiers.Patrick Lehmann2021-08-231-18/+20
|
* Adjusted to renaming in pyVHDLModel.Patrick Lehmann2021-08-231-1/+1
|
* Renamed '[sS]ubType' to '[sS]ubtype'.Patrick Lehmann2021-07-011-26/+26
|
* Renamed '_?[nN]ame: str' to '_?[iI]dentifier: str'.Patrick Lehmann2021-07-011-18/+18
|
* Rework and fine tuning.Patrick Lehmann2021-07-011-26/+5
|
* Fixed MRO problems.Patrick Lehmann2021-07-011-5/+1
|
* WIP: Handle more generic interface kinds.Patrick Lehmann2021-07-011-10/+82
| | | | (cherry picked from commit 6b5606852371bdd8bdc9c8a3dcd38ef8e7eecbc9)
* More DOM improvements (#1806)Patrick Lehmann2021-06-261-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 Lehmann2021-06-231-6/+6
|
* Code cleanups.Patrick Lehmann2021-06-221-15/+5
|
* Implemented handling of generic parameters to subprograms.Patrick Lehmann2021-06-221-10/+99
|
* Renamed 'NodeToName' to 'GetNameOfNode'.Patrick Lehmann2021-06-221-3/+3
|
* pyGHDL/dom: reformattingTristan Gingold2021-06-181-3/+11
|
* pyGHDL/dom: add some guards to avoid crash for optional fieldsTristan Gingold2021-06-181-1/+2
|
* Added handling of Floating Point.Patrick Lehmann2021-06-181-4/+12
|
* Black found more files - strange.Patrick Lehmann2021-06-171-9/+18
| | | | | | Executed black to make code unreadable. (cherry picked from commit 1b34c2368428b1ec295073ee47d201ac1def35f6)
* Updates to the dom namespace in pyGHDL.Patrick Lehmann2021-06-171-23/+33
|
* pyGHDL: format using blackXiretza2021-02-101-16/+20
|
* Reworking pre-compile scripts for Windows (#1594)Patrick Lehmann2021-01-151-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 Lehmann2021-01-021-1/+0
| | | | (cherry picked from commit 82c29e4340071a1c5dd4a364077bcd6771ce8216)
* Added file headers and license texts. (#1564)Patrick Lehmann2020-12-311-0/+34
|
* Added first implementation of a document object model (DOM).Patrick Lehmann2020-12-271-0/+33