aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/vendors/shared.sh
Commit message (Collapse)AuthorAgeFilesLines
* Reworking pre-compile scripts for Windows (#1594)Patrick Lehmann2021-01-151-14/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* change file permissions from read write to executable (#993)Arcturus2019-10-231-0/+0
|
* vendors: update scripts for uvvm.Tristan Gingold2019-03-301-1/+5
|
* Use greadlink on Darwin.Tristan Gingold2017-11-271-1/+2
| | | | Fix #463
* Use single VM in .travis.yml to speed-up launching builds. Container are ↵1138-4EB2017-03-011-9/+0
| | | | | | | launched in parallel threads. The output of each thread is saved to a log. All of them are printed in order, after all the threads have finished. Shared ANSI color codes between libraries/vendors and dist/linux. The common file to be sourced is dist/ansi_color.sh
* VendorLib: Added switch to compile XilinxCoreLib for ISE. Adjusted behavior ↵Patrick Lehmann2016-10-281-3/+4
| | | | between PowerShell and Bash scripts. Updated embedded help pages.
* Added missing Lattice compile script. Enabled VHDL-2008 compilation in all ↵Patrick Lehmann2016-06-231-1/+1
| | | | vendor library compile scripts, since VHDL-2008 flavor synopsys is working. Updated README.md.
* Reworked vendor library compile scripts for Windows.Patrick Lehmann2016-06-221-2/+2
|
* Implemented a work around for Mac OS.Patrick Lehmann2016-06-211-22/+27
|
* Compile scripts: Implemented a default installation directory guessing. ↵Patrick Lehmann2016-06-201-7/+15
| | | | Fixed minor issues (see #85). (#88)
* Reworked vendor library compile scripts for Altera, Lattice and Xilinx as ↵Patrick Lehmann2016-06-171-2/+139
| | | | | | | | | | | well as OSVVM and VUnit. (#82) - Partial VHDL2008 support. - Refectored reusable code into Bash functions. - Generate GHDL output into the new directory structure -> lib/v93 / lib/v08 - Added new CLI parameters: - src -> source folder - out -> output folder - ghdl -> ghdl binary directory
* Add vendor specific library compile scripts for linux.Tristan Gingold2015-12-031-0/+48
Merge branch from Paebbels.