aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/windows
Commit message (Collapse)AuthorAgeFilesLines
* Makefiles: remove unused GNAT_LARGS variableXiretza2021-05-101-1/+1
|
* ci: set and use GHWDUMP envvarumarcor2021-04-231-0/+1
| | | | | | Since the tests are executed without installing the package, the ones that depend on ghwdump do fail on AppVeyor. Use envvar GHWDUMP in testenv for optionally specifying the location.
* VHPI: add initial minimal implementationMarlon James2021-03-044-0/+10
| | | | | | | | Minimal implementation of VHPI provides library loading and error support. Calling most vhpi_* functions will raise a VHPI error condition. Incorporates VHPI thunks into libghdlvpi for linking.
* Reworking pre-compile scripts for Windows (#1594)Patrick Lehmann2021-01-1510-155/+151
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* update license headersumarcor2021-01-143-33/+27
|
* mv dist/* scripts/umarcor2021-01-0625-0/+4400