aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/cli
Commit message (Collapse)AuthorAgeFilesLines
* Reworking pre-compile scripts for Windows (#1594)Patrick Lehmann2021-01-152-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 Lehmann2021-01-051-1/+1
|
* Extract CLI parameters from ghdl-ls.Patrick Lehmann2021-01-051-14/+29
|
* lsp.py: display trace environment variable in the helpTristan Gingold2021-01-041-1/+1
|
* pyGHDL: rename ghdl-ls to lsp.pyTristan Gingold2021-01-041-0/+0
|
* Added file headers and license texts. (#1564)Patrick Lehmann2020-12-312-0/+69
|
* Fixed language server.Patrick Lehmann2020-12-291-8/+8
|
* Fixed typo in 'ghdl-ls'.Patrick Lehmann2020-12-281-1/+1
|
* Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDLPatrick Lehmann2020-12-281-3/+106
|\
| * pyGHDL: move 'lsp/main.py' to 'cli/ghdl-ls.py'umarcor2020-12-271-3/+106
| |
* | Make pyGHDL/cli a Python package.Patrick Lehmann2020-12-271-0/+0
|/
* rework 'python', rename to 'pyGHDL'umarcor2020-12-271-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'.