aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/vendors/compile-lattice.ps1
Commit message (Collapse)AuthorAgeFilesLines
* Reworking pre-compile scripts for Windows (#1594)Patrick Lehmann2021-01-151-166/+164
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* vendor-libs: add machxo3d supportFrancisco Ayala Le Brun2020-10-081-2/+17
|
* libraries/vendors: fix scripts, pass --std= option early. For #1373Tristan Gingold2020-06-161-1/+1
| | | | As the --std option can clear -frelaxed
* Change gdr to Get-PSDrive in vendor compile scriptsCraig Noble2018-01-101-1/+1
|
* Remove dependency on Get-DriveInfo for powershell compile scriptsCraig Noble2018-01-081-2/+2
|
* Reworked and improved pre-compile scripts.Patrick Lehmann2017-07-291-9/+7
| | | | | Added Intel FPGA support. Extended list of UVVM verification IPs.
* Reactivated missing SuppressWarnings flag again. Filter for ":error:" marked ↵Patrick Lehmann2016-11-101-14/+14
| | | | lines.
* Added verbosity control for vendor compile scripts.Patrick Lehmann2016-11-021-14/+21
|
* VendorLib: Added switch to compile XilinxCoreLib for ISE. Adjusted behavior ↵Patrick Lehmann2016-10-281-6/+6
| | | | 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-2/+2
|
* Added missing Lattice compile script. Enabled VHDL-2008 compilation in all ↵Patrick Lehmann2016-06-231-0/+377
vendor library compile scripts, since VHDL-2008 flavor synopsys is working. Updated README.md.