Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libraries/textio-body.vhdl: use false/true for boolean write. | Tristan Gingold | 2022-06-28 | 2 | -4/+7 |
| | | | | Fix #2115 | ||||
* | libraries: run black | umarcor | 2021-06-22 | 2 | -360/+662 |
| | |||||
* | fix issues reported by Codacy | umarcor | 2021-06-22 | 2 | -45/+43 |
| | |||||
* | ieee2008: backport fixed_generic_pkg-body changes from opensource.ieee.org | Tristan Gingold | 2021-05-26 | 1 | -2/+2 |
| | |||||
* | vendors: move vendor pre-compile scripts into subdir 'scripts' | umarcor | 2021-01-21 | 20 | -7458/+0 |
| | |||||
* | Fixed corner cases and error reporting for UVVM pre-compile scripts. (#1619) | Patrick Lehmann | 2021-01-21 | 2 | -9/+21 |
| | |||||
* | Improvements to the UVVM pre-compile scripts. | Patrick Lehmann | 2021-01-18 | 4 | -71/+43 |
| | |||||
* | Read order of components from UVVM repository. | Patrick Lehmann | 2021-01-17 | 1 | -54/+44 |
| | |||||
* | libraries: makefile style and header year update | umarcor | 2021-01-16 | 1 | -11/+21 |
| | |||||
* | libraries: unuse 'openieee', rename enable_openieee to enable_gplcompat | umarcor | 2021-01-16 | 3 | -45/+53 |
| | |||||
* | libraries: remove outdated README | umarcor | 2021-01-16 | 1 | -27/+0 |
| | |||||
* | Fixed style issues and potential bugs. | Patrick Lehmann | 2021-01-16 | 8 | -157/+156 |
| | |||||
* | Improvements to PoSh scripts after working on Bash scripts. (#1603) | Patrick Lehmann | 2021-01-16 | 8 | -114/+121 |
| | |||||
* | Fine tuning. | Patrick Lehmann | 2021-01-16 | 10 | -67/+63 |
| | |||||
* | Fixed usage of config.sh. | Patrick Lehmann | 2021-01-16 | 9 | -83/+101 |
| | |||||
* | Another round of improvements. | Patrick Lehmann | 2021-01-16 | 11 | -228/+270 |
| | |||||
* | Added filter.analyze.sh (licensed under Apache 2.0 and GPL) | Patrick Lehmann | 2021-01-16 | 1 | -0/+143 |
| | |||||
* | Updated scripts with version from stale branch. | Patrick Lehmann | 2021-01-16 | 10 | -1910/+2172 |
| | |||||
* | Reworking pre-compile script for OSVVM. | Patrick Lehmann | 2021-01-16 | 3 | -248/+435 |
| | |||||
* | Reworking pre-compile scripts for Windows (#1594) | Patrick Lehmann | 2021-01-15 | 20 | -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 headers | umarcor | 2021-01-14 | 27 | -264/+235 |
| | |||||
* | libraries/openieee: update license headers | umarcor | 2021-01-12 | 11 | -22/+22 |
| | |||||
* | Fix codacy warnings in build_1164.py | Tristan Gingold | 2021-01-11 | 1 | -6/+4 |
| | |||||
* | vendor-libs: add machxo3d support | Francisco Ayala Le Brun | 2020-10-08 | 2 | -3/+19 |
| | |||||
* | vendors: update compile-uvvm.sh Fix #1393 | Tristan Gingold | 2020-08-08 | 1 | -4/+13 |
| | |||||
* | openieee: add comments for divmod. | Tristan Gingold | 2020-07-28 | 1 | -3/+6 |
| | |||||
* | libraries/vendors: fix scripts, pass --std= option early. For #1373 | Tristan Gingold | 2020-06-16 | 14 | -21/+21 |
| | | | | As the --std option can clear -frelaxed | ||||
* | compile-uvvm.sh: fix order. Fix #1344 | Tristan Gingold | 2020-05-31 | 1 | -3/+3 |
| | |||||
* | libraries/ieee: reimport std_logic_1164 from vhdl 2019 | Tristan Gingold | 2020-03-28 | 2 | -946/+1008 |
| | |||||
* | vhdl: merge synopsys into the ieee libraries. For #980 | Tristan Gingold | 2020-03-04 | 1 | -63/+18 |
| | |||||
* | Remove --ieee=mentor and build of mentor libraries. | Tristan Gingold | 2020-03-02 | 1 | -26/+1 |
| | |||||
* | std_logic_arith: comment out unused pragmas. | Tristan Gingold | 2020-02-27 | 1 | -283/+283 |
| | |||||
* | vhdl: handle CR+LF for readline in grt. Fix #1145 | Tristan Gingold | 2020-02-25 | 1 | -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 Gingold | 2020-01-30 | 1 | -1/+5 |
| | |||||
* | libraries/ieee2008: add LICENSE file. | Tristan Gingold | 2020-01-27 | 1 | -0/+201 |
| | |||||
* | Add option for compiling Wishbone VIP for UVVM framework. (#1061) | m-kru | 2019-12-31 | 1 | -0/+6 |
| | |||||
* | libraries/ieee2008: partial merge of vhdl2019 for fixed_generic_pkg | Tristan Gingold | 2019-12-06 | 1 | -373/+363 |
| | |||||
* | library/ieee: re-import math_real and math_complex from vhdl 2019. | Tristan Gingold | 2019-12-01 | 4 | -1940/+1917 |
| | |||||
* | ieee2008: import packages from vhdl 2019. | Tristan Gingold | 2019-12-01 | 22 | -3431/+3398 |
| | |||||
* | libraries/openieee: reformating. | Tristan Gingold | 2019-11-13 | 5 | -170/+170 |
| | |||||
* | change file permissions from read write to executable (#993) | Arcturus | 2019-10-23 | 4 | -0/+0 |
| | |||||
* | Fix UPF (#905) | 1138-4EB | 2019-09-01 | 1 | -4/+5 |
| | | | | | | * add test for UPF * fix: add UPF when openieee=false too | ||||
* | Fix build of upf packages for openieee. | Tristan Gingold | 2019-08-14 | 1 | -5/+5 |
| | |||||
* | openieee: add dummy UPF package (#889) | 1138-4EB | 2019-08-11 | 3 | -1/+47 |
| | |||||
* | vhdl: for time resolution, do not consider unit name from textio body. | Tristan Gingold | 2019-08-06 | 1 | -4/+4 |
| | | | | For #881 | ||||
* | openieee: use .vhdl extension | Tristan Gingold | 2019-06-20 | 18 | -18/+18 |
| | |||||
* | vhdl: install vhdl libraries using .vhdl extension. | Tristan Gingold | 2019-06-20 | 1 | -34/+38 |
| | |||||
* | libraries: rename _body files. | Tristan Gingold | 2019-04-24 | 7 | -6/+6 |
| | | | | Fix #699 | ||||
* | vhdl: improve error message for EOF in readline. | Tristan Gingold | 2019-04-06 | 1 | -0/+5 |
| | |||||
* | vendors: update scripts for uvvm. | Tristan Gingold | 2019-03-30 | 3 | -288/+89 |
| |