diff options
author | Brian Drummond | 2014-01-07 22:04:31 +0000 |
---|---|---|
committer | Brian Drummond | 2014-01-07 22:04:31 +0000 |
commit | 3ce1c036c2b172e4e053965a7cc1f61860ae27c2 (patch) | |
tree | 06aaf88686c6c90c6fa5bd9a41acebeed13a1166 /NEWS | |
parent | 37ea85b665a72537c233939da4a6e23fd0eb1408 (diff) | |
download | ghdl-3ce1c036c2b172e4e053965a7cc1f61860ae27c2.tar.gz ghdl-3ce1c036c2b172e4e053965a7cc1f61860ae27c2.tar.bz2 ghdl-3ce1c036c2b172e4e053965a7cc1f61860ae27c2.zip |
Last changes before 0.31 release
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -0,0 +1,29 @@ +NEWS for ghdl-0.31 (Dunoon Edition) + +New in ghdl-0.31: + +Updated to build with gcc-4.8.2. +Supports OSVVM (Open-Source VHDL Verification Methodology) (see osvvm.org) +in its VHDL-2002 form. +Adds 'image and 'value attributes for all required datatypes +Many bugs and support issues fixed. +New home on https://sourceforge.net/projects/ghdl-updates/ + +Contributors to ghdl-0.31: + +Tristan Gingold (sole author of ghdl as a whole, as well as most of the bugfixes in 0.31) +Brian Drummond (gcc4.8.2 update, OSVVM port, some bugfixes) +David Koontz (Mac OSX builds, LRM compliance work, bugfix analyses) +Joris van Rantwijk (Debian packaging) +Brian Davis (Windows Mcode builds) +Adam Jensen (FreeBSD builds) + +with apologies to anyone who ought to be on this list but isn't. +Thanks also to all those who have reported bugs and support issues, +and often patches and testcases to either: +https://gna.org/bugs/?group=ghdl +or +https://sourceforge.net/p/ghdl-updates/tickets/ + + + |