aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/cli/DOM.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed rename operation in Git.Patrick Lehmann2021-07-011-373/+0
|
* Satisfy black.Patrick Lehmann2021-07-011-38/+113
|
* New command line interface for DOM.Patrick Lehmann2021-07-011-81/+258
|
* More DOM improvements (#1806)Patrick Lehmann2021-06-261-2/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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)
* Minor fixes and pinned pyVHDLModel version to v0.10.3.Patrick Lehmann2021-06-231-2/+2
|
* Improved error handling.Patrick Lehmann2021-06-221-0/+6
|
* Prepared for DeferredConstant.Patrick Lehmann2021-06-221-5/+7
|
* pyGHDL/cli/DOM: handle multiple exception typesumarcor2021-06-221-9/+26
|
* pyGHDL: add ghdl-dom entrypointumarcor2021-06-221-2/+2
|
* Fixed issues reported by Codacy.Patrick Lehmann2021-06-221-1/+0
|
* Implemented handling of generic parameters to subprograms.Patrick Lehmann2021-06-221-3/+7
|
* Prepared handling of functions, types, subtypes and aliases.Patrick Lehmann2021-06-221-4/+4
|
* New testing file.Patrick Lehmann2021-06-221-1/+1
|
* Improvements to pyGHDL.dom.Patrick Lehmann2021-06-191-5/+5
|
* pyGHDL/cli/DOM: if an exception arises return non zero exit code and do not ↵umarcor2021-06-191-5/+8
| | | | pretty print
* pyGHDL/cli: make DOM.py executableumarcor2021-06-181-0/+0
|
* pyGHDL/cli/DOM: support passing target files as CLI argumentsumarcor2021-06-181-7/+19
|
* Added a simple frontend for testing.Patrick Lehmann2021-06-171-0/+48