aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/vendors/shared.psm1
Commit message (Collapse)AuthorAgeFilesLines
* Reworking pre-compile scripts for Windows (#1594)Patrick Lehmann2021-01-151-151/+160
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Reworked and improved pre-compile scripts.Patrick Lehmann2017-07-291-30/+30
| | | | | Added Intel FPGA support. Extended list of UVVM verification IPs.
* Reactivated missing SuppressWarnings flag again. Filter for ":error:" marked ↵Patrick Lehmann2016-11-101-0/+7
| | | | lines.
* Added verbosity control for vendor compile scripts.Patrick Lehmann2016-11-021-9/+25
|
* VendorLib: Added switch to compile XilinxCoreLib for ISE. Adjusted behavior ↵Patrick Lehmann2016-10-281-5/+5
| | | | between PowerShell and Bash scripts. Updated embedded help pages.
* Silenced Import-Module and Remove-Module CmdLets, if verbose mode is active.Patrick Lehmann2016-08-081-7/+9
|
* Merge pull request #96 from Paebbels/paebbels/compile-librariestgingold2016-06-241-9/+12
|\ | | | | Reworked standard libraries compile flow
| * Reworked standard libraries compile flow (std, ieee, ...). Fixed GHDL ↵Patrick Lehmann2016-06-241-9/+12
| | | | | | | | version test issue. Extended .gitignore to exclude generated files on Windows and Linux.
* | 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-0/+322
|
* Add vendor specific compile scripts (from Patrick Lehmann).Tristan Gingold2015-11-251-0/+135
for: Altera Quartus-II (tested with 15.0), Xilinx ISE (tested with 14.7) Xilinx Vivado vunit OSVVM.