Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improved pretty-printing for hierarchy. | Patrick Lehmann | 2021-08-23 | 1 | -1/+0 |
| | |||||
* | Resolve entity names in architectures to entities. | Patrick Lehmann | 2021-08-23 | 1 | -0/+8 |
| | |||||
* | Fixes. | Patrick Lehmann | 2021-08-23 | 1 | -4/+3 |
| | |||||
* | Handle parameter '-D' in ghdl-dom. | Patrick Lehmann | 2021-08-23 | 1 | -0/+20 |
| | |||||
* | Adjusted to renaming in pyVHDLModel. | Patrick Lehmann | 2021-08-23 | 1 | -3/+3 |
| | |||||
* | pyGHDL/cli/lsp.py: adjust previous patch in __rotate_log_files | Tristan Gingold | 2021-07-22 | 1 | -5/+7 |
| | |||||
* | pyGHDL/cli/lsp: use pathlib instead of os.remove, os.rename and os.path | umarcor | 2021-07-18 | 1 | -19/+27 |
| | |||||
* | lsp.py: print python platform and name for disp-config | Tristan Gingold | 2021-07-05 | 1 | -0/+3 |
| | |||||
* | lsp.py: fix style (indentation) | Tristan Gingold | 2021-07-03 | 1 | -1/+1 |
| | |||||
* | lsp.py: remove oldest file. | Tristan Gingold | 2021-07-03 | 1 | -0/+8 |
| | | | | Partial work for ghdl-language-server#79 | ||||
* | Changed dependency files. Fixed a typo. | Patrick Lehmann | 2021-07-02 | 2 | -1/+6 |
| | |||||
* | Fixed text indentations. | Patrick Lehmann | 2021-07-01 | 1 | -11/+12 |
| | | | | (cherry picked from commit 2dc7659fc1a8300ccf1a414c742beb15bffd6f1d) | ||||
* | Fixed rename operation in Git. | Patrick Lehmann | 2021-07-01 | 1 | -0/+0 |
| | |||||
* | Satisfy black. | Patrick Lehmann | 2021-07-01 | 1 | -38/+113 |
| | |||||
* | New command line interface for DOM. | Patrick Lehmann | 2021-07-01 | 1 | -81/+258 |
| | |||||
* | More DOM improvements (#1806) | Patrick Lehmann | 2021-06-26 | 1 | -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 Lehmann | 2021-06-23 | 1 | -2/+2 |
| | |||||
* | Improved error handling. | Patrick Lehmann | 2021-06-22 | 1 | -0/+6 |
| | |||||
* | Prepared for DeferredConstant. | Patrick Lehmann | 2021-06-22 | 1 | -5/+7 |
| | |||||
* | pyGHDL/cli/DOM: handle multiple exception types | umarcor | 2021-06-22 | 1 | -9/+26 |
| | |||||
* | pyGHDL: add ghdl-dom entrypoint | umarcor | 2021-06-22 | 1 | -2/+2 |
| | |||||
* | Fixed issues reported by Codacy. | Patrick Lehmann | 2021-06-22 | 1 | -1/+0 |
| | |||||
* | Implemented handling of generic parameters to subprograms. | Patrick Lehmann | 2021-06-22 | 1 | -3/+7 |
| | |||||
* | Prepared handling of functions, types, subtypes and aliases. | Patrick Lehmann | 2021-06-22 | 1 | -4/+4 |
| | |||||
* | New testing file. | Patrick Lehmann | 2021-06-22 | 1 | -1/+1 |
| | |||||
* | Improvements to pyGHDL.dom. | Patrick Lehmann | 2021-06-19 | 1 | -5/+5 |
| | |||||
* | pyGHDL/cli/DOM: if an exception arises return non zero exit code and do not ↵ | umarcor | 2021-06-19 | 1 | -5/+8 |
| | | | | pretty print | ||||
* | pyGHDL/cli: make DOM.py executable | umarcor | 2021-06-18 | 1 | -0/+0 |
| | |||||
* | pyGHDL/cli/DOM: support passing target files as CLI arguments | umarcor | 2021-06-18 | 1 | -7/+19 |
| | |||||
* | Added a simple frontend for testing. | Patrick Lehmann | 2021-06-17 | 3 | -18/+66 |
| | |||||
* | pyGHDL: format using black | Xiretza | 2021-02-10 | 1 | -6/+11 |
| | |||||
* | doc: add ref to ghdl-language-server from ghdl-ls | umarcor | 2021-02-01 | 1 | -2/+2 |
| | |||||
* | Reworking pre-compile scripts for Windows (#1594) | Patrick Lehmann | 2021-01-15 | 2 | -31/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Tiny modifications. | Patrick Lehmann | 2021-01-05 | 1 | -1/+1 |
| | |||||
* | Extract CLI parameters from ghdl-ls. | Patrick Lehmann | 2021-01-05 | 1 | -14/+29 |
| | |||||
* | lsp.py: display trace environment variable in the help | Tristan Gingold | 2021-01-04 | 1 | -1/+1 |
| | |||||
* | pyGHDL: rename ghdl-ls to lsp.py | Tristan Gingold | 2021-01-04 | 1 | -0/+0 |
| | |||||
* | Added file headers and license texts. (#1564) | Patrick Lehmann | 2020-12-31 | 2 | -0/+69 |
| | |||||
* | Fixed language server. | Patrick Lehmann | 2020-12-29 | 1 | -8/+8 |
| | |||||
* | Fixed typo in 'ghdl-ls'. | Patrick Lehmann | 2020-12-28 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDL | Patrick Lehmann | 2020-12-28 | 1 | -3/+106 |
|\ | |||||
| * | pyGHDL: move 'lsp/main.py' to 'cli/ghdl-ls.py' | umarcor | 2020-12-27 | 1 | -3/+106 |
| | | |||||
* | | Make pyGHDL/cli a Python package. | Patrick Lehmann | 2020-12-27 | 1 | -0/+0 |
|/ | |||||
* | rework 'python', rename to 'pyGHDL' | umarcor | 2020-12-27 | 1 | -0/+4 |
* Rename 'python' to 'pyGHDL'. * Let 'thin' be 'libghdl'. * Move move 'pyutils.py' from 'python/libghdl/vhdl' to a separate package ('pyGHDL/libghdl/utils/'). * Update 'vhdl_langserver' accordingly. * Rename 'vhdl_langserver' to 'lsp'. * Move 'ghdl-ls' to 'pyGHDL/cli'. |