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