aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl/_types.py
Commit message (Collapse)AuthorAgeFilesLines
* black: rerun, to pick pyproject settingsumarcor2021-08-231-3/+1
|
* Changes TypeVars to use CDLL types like c_int32.Patrick Lehmann2021-06-191-7/+7
|
* Regenerated interface files.Patrick Lehmann2021-06-191-1/+1
|
* pyGHDL: use LocationType instead of Location_TypeTristan Gingold2021-06-191-2/+1
|
* pyGHDL: automatically add type annotations for nodes.pyTristan Gingold2021-06-181-4/+38
| | | | Add missing types in _types.py, adjust lsp
* Black found more files - strange.Patrick Lehmann2021-06-171-2/+4
| | | | | | Executed black to make code unreadable. (cherry picked from commit 1b34c2368428b1ec295073ee47d201ac1def35f6)
* Using a decorator to bind libghdl to Python.Patrick Lehmann2021-06-171-2/+10
|
* pyGHDL: format using blackXiretza2021-02-101-12/+12
|
* Reworking pre-compile scripts for Windows (#1594)Patrick Lehmann2021-01-151-15/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Fixes for Python files.Patrick Lehmann2021-01-101-0/+34
|
* Implemented a decorator to pre-calculate enum position to enum literal name ↵Patrick Lehmann2021-01-101-0/+18
lookups.