aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Changed export decorator from pydecor to pyTooling.DecoratorsPatrick Lehmann2021-12-121-1/+1
|
* fix issues reported by Codacyumarcor2021-06-221-1/+0
|
* Using a decorator to bind libghdl to Python.Patrick Lehmann2021-06-171-7/+7
|
* pyGHDL: format using blackXiretza2021-02-101-5/+5
|
* 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-3/+3
|
* Changed pyGHDL.libghdl.utils from package to module.Patrick Lehmann2021-01-101-0/+459