aboutsummaryrefslogtreecommitdiffstats
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Added verbosity control for vendor compile scripts.Patrick Lehmann2016-11-027-64/+122
* VendorLib: Added switch to compile XilinxCoreLib for ISE. Adjusted behavior b...Patrick Lehmann2016-10-2817-102/+168
* Merge pull request #145 from enyx-opensource/mastertgingold2016-08-251-1/+1
|\
| * Fix synopsys V08 library that was missing std_logic_1164-body.o.David Keller2016-08-231-1/+1
* | Silenced Import-Module and Remove-Module CmdLets, if verbose mode is active.Patrick Lehmann2016-08-087-19/+21
|/
* Clean up links, repository-wide (#117)Ben Wiederhake2016-07-092-4/+4
* Merge pull request #96 from Paebbels/paebbels/compile-librariestgingold2016-06-241-9/+12
|\
| * Reworked standard libraries compile flow (std, ieee, ...). Fixed GHDL version...Patrick Lehmann2016-06-241-9/+12
* | Merge pull request #95 from Paebbels/paebbels/compile-vendor-librarytgingold2016-06-247-66/+495
|\ \
| * | Added missing Lattice compile script. Enabled VHDL-2008 compilation in all ve...Patrick Lehmann2016-06-237-66/+495
| |/
* / Synopsys flavor for VHDL-2008 (#94)Patrick Lehmann2016-06-241-25/+50
|/
* Reworked vendor library compile scripts for Windows.Patrick Lehmann2016-06-229-979/+1139
* Implemented a work around for Mac OS.Patrick Lehmann2016-06-218-69/+92
* Compile scripts: Implemented a default installation directory guessing. Fixed...Patrick Lehmann2016-06-209-56/+138
* Reworked vendor library compile scripts for Altera, Lattice and Xilinx as wel...Patrick Lehmann2016-06-179-1509/+1193
* Paebbels/master (#75)Patrick Lehmann2016-06-0714-537/+1094
* Added Lattice Semiconductor vendor librariesMarkus Koch2016-05-042-0/+237
* textio read character: improve code.Tristan Gingold2016-01-061-10/+13
* openieee: complete math_real (and fix uniform).Tristan Gingold2015-12-202-10/+241
* openieee: fix missing subprograms, fix wrong interface name.Tristan Gingold2015-12-2018-314/+725
* openieee: add generated files.Tristan Gingold2015-12-168-0/+11342
* openieee: add numeric_std and numeric_bit.Tristan Gingold2015-12-1615-15/+1967
* Add vendor specific library compile scripts for linux.Tristan Gingold2015-12-0315-63/+2314
* Add vendor specific compile scripts (from Patrick Lehmann).Tristan Gingold2015-11-258-0/+1653
* Fix dependencies for parallel build in libraries.Tristan Gingold2015-06-061-21/+21
* Remove unused file and fix permissions.Tristan Gingold2015-06-032-768/+0
* Add generated files for reimplementation of std_logic_1164.Tristan Gingold2015-06-034-0/+1768
* Reimplementation of std_logic_1164.Tristan Gingold2015-06-034-0/+1395
* Catch duplicated subprogram body.Tristan Gingold2015-06-022-6/+4
* write: do not implicitely append LF.Tristan Gingold2015-05-301-10/+8
* Add ieee context files.Tristan Gingold2015-05-132-0/+9
* Add ieee context files.Tristan Gingold2015-05-121-1/+2
* Makefile for libraries: no need to save and restore path.Tristan Gingold2014-12-291-25/+17
* Backport from ghdl 0.32: update libraries and ghdlfilter.Tristan Gingold2014-12-219-62/+62
* Adjust makefiles to accept absolute srcdir path.Tristan Gingold2014-12-181-77/+135
* fix VHDL 08 preprocessor block comments in libraries to start in column 1Tristan Gingold2014-12-032-14/+14
* Fix parallel build.Tristan Gingold2014-11-091-9/+9
* mcode build and install from top makefile.Tristan Gingold2014-11-061-3/+12
* Add support for package interface.Tristan Gingold2014-10-292-7/+9
* Initial support for package header and package instantiation.Tristan Gingold2014-10-142-15/+17
* vhdl2008: add translation and support for most of implicit operators.Tristan Gingold2014-09-111-2/+2
* Keep names in the tree.Tristan Gingold2014-09-022-4/+3
* vhdl 2008: visibility, more implicit subprograms, alias...Tristan Gingold2014-07-174-9/+56
* vhdl08: add oread, hread.Tristan Gingold2014-07-012-0/+232
* Add many vhdl08 predefined operators and functions. Add std.envTristan Gingold2014-06-303-1/+94
* add more support for vhdl2008: aliases, visibility and preliminary work forTristan Gingold2014-06-261-4/+7
* vhdl 2008: add justify and swrite in textio.Tristan Gingold2014-06-243-34/+154
* Add ieee 2008 packages.Tristan Gingold2014-01-0423-0/+34663
* Fix bug21274.Tristan Gingold2013-12-311-1/+35
* Import official math packages.Tristan Gingold2013-12-295-957/+5048