aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/cli
Commit message (Collapse)AuthorAgeFilesLines
* Adjustments to pyTooling.Patrick Lehmann2023-04-101-7/+2
| | | | (cherry picked from commit 29ed1fdb26122ba272ed0da465a998fc267d75d8)
* Bumped dependencies.Patrick Lehmann2023-04-101-1/+1
| | | | (cherry picked from commit 6f83d43a10737b353e7ed1227086d1c0d13c5fe7)
* Bumped dependencies.Patrick Lehmann2023-04-101-1/+1
| | | | (cherry picked from commit 8a01be0a33f6c72adac11d6090fad8ab511956f6)
* Limiting versions of pyTooling to >=2.13, but <3.0.Patrick Lehmann2023-03-101-1/+1
|
* Dependency Graphs (#2308)Patrick Lehmann2023-01-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Fixed glob pattern in DOM CLI test program.Patrick Lehmann2022-12-271-2/+2
|
* Replaced specific code with routines from pyVHDLModel.Patrick Lehmann2022-12-261-7/+14
|
* Converted string formatting to f-strings.Patrick Lehmann2022-11-302-23/+23
|
* pyGHDL: codacy issuesumarcor2022-06-201-2/+1
|
* Fixed failing sanity checks for pyGHDL.dom in coverage job.Patrick Lehmann2022-06-181-0/+3
|
* Bumped dependency of pyVHDLModel to latest release.Patrick Lehmann2022-06-181-1/+1
|
* Workaround for Application class.Patrick Lehmann2022-06-181-6/+2
|
* Bumped dependencies to support pyTooling ≥2.0.Patrick Lehmann2022-06-181-2/+2
|
* pyGHDL: requires TerminalUI <= 1.5.7Tristan Gingold2022-05-171-1/+1
|
* pyGHDL: limit pyTooling version to 1.10.0Tristan Gingold2022-05-152-3/+3
|
* pyGHDL: tentatively work-around incompatibility with pyToolingTristan Gingold2022-05-151-2/+2
|
* pyGHDL: reformat after update to black version 22Xiretza2022-02-031-4/+4
|
* Bumped dependencies.Patrick Lehmann2021-12-131-1/+1
|
* Bumped version of pyTooling.Packaging to v0.3.2.Patrick Lehmann2021-12-121-1/+1
|
* Adjusted configure script.Patrick Lehmann2021-12-121-1/+0
|
* Updated setup.py to use pyTooling.Packaging.Patrick Lehmann2021-12-121-3/+3
|
* Changed export decorator from pydecor to pyTooling.DecoratorsPatrick Lehmann2021-12-122-8/+8
|
* pyGHDL/cli/lsp.py: fix --disp-configTristan Gingold2021-11-011-0/+2
|
* black: rerun, to pick pyproject settingsumarcor2021-08-232-24/+8
|
* Improved pretty-printing for hierarchy.Patrick Lehmann2021-08-231-1/+0
|
* Resolve entity names in architectures to entities.Patrick Lehmann2021-08-231-0/+8
|
* Fixes.Patrick Lehmann2021-08-231-4/+3
|
* Handle parameter '-D' in ghdl-dom.Patrick Lehmann2021-08-231-0/+20
|
* Adjusted to renaming in pyVHDLModel.Patrick Lehmann2021-08-231-3/+3
|
* pyGHDL/cli/lsp.py: adjust previous patch in __rotate_log_filesTristan Gingold2021-07-221-5/+7
|
* pyGHDL/cli/lsp: use pathlib instead of os.remove, os.rename and os.pathumarcor2021-07-181-19/+27
|
* lsp.py: print python platform and name for disp-configTristan Gingold2021-07-051-0/+3
|
* lsp.py: fix style (indentation)Tristan Gingold2021-07-031-1/+1
|
* lsp.py: remove oldest file.Tristan Gingold2021-07-031-0/+8
| | | | Partial work for ghdl-language-server#79
* Changed dependency files. Fixed a typo.Patrick Lehmann2021-07-022-1/+6
|
* Fixed text indentations.Patrick Lehmann2021-07-011-11/+12
| | | | (cherry picked from commit 2dc7659fc1a8300ccf1a414c742beb15bffd6f1d)
* Fixed rename operation in Git.Patrick Lehmann2021-07-011-0/+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
|