aboutsummaryrefslogtreecommitdiffstats
path: root/libraries
Commit message (Collapse)AuthorAgeFilesLines
* libraries/textio-body.vhdl: use false/true for boolean write.Tristan Gingold2022-06-282-4/+7
| | | | Fix #2115
* libraries: run blackumarcor2021-06-222-360/+662
|
* fix issues reported by Codacyumarcor2021-06-222-45/+43
|
* ieee2008: backport fixed_generic_pkg-body changes from opensource.ieee.orgTristan Gingold2021-05-261-2/+2
|
* vendors: move vendor pre-compile scripts into subdir 'scripts'umarcor2021-01-2120-7458/+0
|
* Fixed corner cases and error reporting for UVVM pre-compile scripts. (#1619)Patrick Lehmann2021-01-212-9/+21
|
* Improvements to the UVVM pre-compile scripts.Patrick Lehmann2021-01-184-71/+43
|
* Read order of components from UVVM repository.Patrick Lehmann2021-01-171-54/+44
|
* libraries: makefile style and header year updateumarcor2021-01-161-11/+21
|
* libraries: unuse 'openieee', rename enable_openieee to enable_gplcompatumarcor2021-01-163-45/+53
|
* libraries: remove outdated READMEumarcor2021-01-161-27/+0
|
* Fixed style issues and potential bugs.Patrick Lehmann2021-01-168-157/+156
|
* Improvements to PoSh scripts after working on Bash scripts. (#1603)Patrick Lehmann2021-01-168-114/+121
|
* Fine tuning.Patrick Lehmann2021-01-1610-67/+63
|
* Fixed usage of config.sh.Patrick Lehmann2021-01-169-83/+101
|
* Another round of improvements.Patrick Lehmann2021-01-1611-228/+270
|
* Added filter.analyze.sh (licensed under Apache 2.0 and GPL)Patrick Lehmann2021-01-161-0/+143
|
* Updated scripts with version from stale branch.Patrick Lehmann2021-01-1610-1910/+2172
|
* Reworking pre-compile script for OSVVM.Patrick Lehmann2021-01-163-248/+435
|
* Reworking pre-compile scripts for Windows (#1594)Patrick Lehmann2021-01-1520-1768/+1638
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* update license headersumarcor2021-01-1427-264/+235
|
* libraries/openieee: update license headersumarcor2021-01-1211-22/+22
|
* Fix codacy warnings in build_1164.pyTristan Gingold2021-01-111-6/+4
|
* vendor-libs: add machxo3d supportFrancisco Ayala Le Brun2020-10-082-3/+19
|
* vendors: update compile-uvvm.sh Fix #1393Tristan Gingold2020-08-081-4/+13
|
* openieee: add comments for divmod.Tristan Gingold2020-07-281-3/+6
|
* libraries/vendors: fix scripts, pass --std= option early. For #1373Tristan Gingold2020-06-1614-21/+21
| | | | As the --std option can clear -frelaxed
* compile-uvvm.sh: fix order. Fix #1344Tristan Gingold2020-05-311-3/+3
|
* libraries/ieee: reimport std_logic_1164 from vhdl 2019Tristan Gingold2020-03-282-946/+1008
|
* vhdl: merge synopsys into the ieee libraries. For #980Tristan Gingold2020-03-041-63/+18
|
* Remove --ieee=mentor and build of mentor libraries.Tristan Gingold2020-03-021-26/+1
|
* std_logic_arith: comment out unused pragmas.Tristan Gingold2020-02-271-283/+283
|
* vhdl: handle CR+LF for readline in grt. Fix #1145Tristan Gingold2020-02-251-5/+3
| | | | | | | Previously CR+LF was handled in std.textio.readline. But that doesn't work if CR is at position 128 because we would need to read the next character. Now untruncated_text_read handles CR/CR+LF/LF and calls ungetc if needed.
* libraries: install license file for ieee2008.Tristan Gingold2020-01-301-1/+5
|
* libraries/ieee2008: add LICENSE file.Tristan Gingold2020-01-271-0/+201
|
* Add option for compiling Wishbone VIP for UVVM framework. (#1061)m-kru2019-12-311-0/+6
|
* libraries/ieee2008: partial merge of vhdl2019 for fixed_generic_pkgTristan Gingold2019-12-061-373/+363
|
* library/ieee: re-import math_real and math_complex from vhdl 2019.Tristan Gingold2019-12-014-1940/+1917
|
* ieee2008: import packages from vhdl 2019.Tristan Gingold2019-12-0122-3431/+3398
|
* libraries/openieee: reformating.Tristan Gingold2019-11-135-170/+170
|
* change file permissions from read write to executable (#993)Arcturus2019-10-234-0/+0
|
* Fix UPF (#905)1138-4EB2019-09-011-4/+5
| | | | | | * add test for UPF * fix: add UPF when openieee=false too
* Fix build of upf packages for openieee.Tristan Gingold2019-08-141-5/+5
|
* openieee: add dummy UPF package (#889)1138-4EB2019-08-113-1/+47
|
* vhdl: for time resolution, do not consider unit name from textio body.Tristan Gingold2019-08-061-4/+4
| | | | For #881
* openieee: use .vhdl extensionTristan Gingold2019-06-2018-18/+18
|
* vhdl: install vhdl libraries using .vhdl extension.Tristan Gingold2019-06-201-34/+38
|
* libraries: rename _body files.Tristan Gingold2019-04-247-6/+6
| | | | Fix #699
* vhdl: improve error message for EOF in readline.Tristan Gingold2019-04-061-0/+5
|
* vendors: update scripts for uvvm.Tristan Gingold2019-03-303-288/+89
|