| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
It can be monkey-patched via pyGHDL.libGHDL.ENCODING.
(cherry picked from commit 2dd38de9d52493cde7c045ed73a987ed06bf617a)
|
|
|
|
| |
Fix ghdl/ghdl-language-server#122
|
| |
|
| |
|
|
|
|
|
|
| |
Executed black to make code unreadable.
(cherry picked from commit 1b34c2368428b1ec295073ee47d201ac1def35f6)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| |
|
| |
|
|
|
|
| |
utf-8 encoding/decoding.
|
| |
|
|
|
|
| |
(cherry picked from commit 17fa10f71a50c2441115459df8d656acdb337f6e)
|
| |
|
|
|
|
| |
Python files.
|
| |
|
|
* 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'.
|