aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/vendors
Commit message (Collapse)AuthorAgeFilesLines
* Update docstring for GHDL parameter of PoSh scriptsHauke Günther2022-06-247-7/+7
|
* Fix error when ghdl.exe is searched with Get-Command but not foundHauke Günther2022-06-241-4/+7
| | | | | | Without adding `-ErrorAction Stop` the routine does not go into the catch case but continues to run with an undefined variable `$GHDLBinary`.
* Fix outdated link in precompile vendor readmeHauke Günther2022-06-221-2/+2
|
* Fix typoHauke Günther2022-06-221-1/+1
|
* scripts/vendors/compile-osvvm.sh: update Files. Fix #1900umarcor2022-05-141-4/+7
|
* Fix name of Lattice Diamond settings variableJoonas Javanainen2022-03-221-1/+1
| | | | | | The Lattice Diamond variable in config.sh is called `Lattice_Diamond_Settings`. `LatticeDiamond` was an incorrect prefix which never matched the settings, so they were never used.
* Fixed failing vendor library compilation using PoSh scriptsHauke Günther2022-02-163-18/+18
|
* Fix get vendor tool directory from env variableHauke Günther2022-02-165-5/+5
|
* Fixed it also in other vendor scripts. Fixed verbosity level.Patrick Lehmann2021-09-225-9/+9
|
* Fixed parameter types and how to pass boolean/switch parameters from PoSh ↵Patrick Lehmann2021-09-223-4/+4
| | | | script to PoSh script.
* scripts/vendor/compile-osvvm.sh: update Files to match 2021.06umarcor2021-07-191-1/+4
|
* Codacy issues, Travis cleanup and update ghdl.texi (#1807)Unai Martinez-Corral2021-06-267-23/+23
| | | | | | | | | | | | | | | | | | | * ghw: fix memleaks reported by codacy * ghw: printf issues and style (GNU indent) * testsuite/gna: minor printf issues * testsuite: fix issues reported by codacy * scripts/ci-run: clean travis stuff (deprecated) * scripts: fix issues reported by codacy * doc/Makefile: add .PHONY * doc: update ghdl.texi * testsuite/synth: use synth_tb
* Add option to compile UVVM Wishbone VIP.Michał Kruszewski2021-05-192-1/+11
|
* Revert changing parameter types of Get-VHDLVariables functionMartin Bahlinger2021-04-201-2/+2
| | | | This change from commit 9c4c05cc led to "positional parameter cannot be found" error with PS 5.1
* Move --std= parameter before -frelaxed-rulesMartin Bahlinger2021-04-207-10/+10
| | | | This is required for script to work also with ghdl > 0.37 and --std=08
* scripts/vendors: add missing workdir argumentNicola Corna2021-03-131-3/+3
|
* scripts/vendors: fix typo in deprecated script param (#1673)Adrian Byszuk2021-03-051-2/+2
| | | | | | Pull request #1653 reintroduced deprecated script params, but with a typo in one of the vendor scripts. Co-authored-by: Adrian Byszuk <adrian.byszuk@cern.ch>
* vendors: support deprecated param names (#1653)Adrian Byszuk2021-02-177-36/+36
| | | Co-authored-by: Adrian Byszuk <adrian.byszuk@cern.ch>
* Fixes to the UVVM script.Patrick Lehmann2021-01-231-10/+8
|
* vendors/uvvm: adjust newline trimumarcor2021-01-211-2/+2
|
* vendors/uvvm: fix file existance checkumarcor2021-01-211-1/+1
|
* vendors: make 'filter.analyze.sh' executableumarcor2021-01-211-0/+0
|
* vendors: move vendor pre-compile scripts into subdir 'scripts'umarcor2021-01-2120-0/+7458