Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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'. |