aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/vendors/shared.sh
Commit message (Collapse)AuthorAgeFilesLines
* 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.