From fd888d084d510b8907d9a11493d3a6b614e3a2a3 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Thu, 13 May 2021 21:07:54 +0000 Subject: [PATCH 1/2] Proposed updates to the README. --- README.md | 38 +++++++++++++++++++++++++------------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 5beb22e..551e827 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,23 @@ -# VHDL Packages +# IEEE 1076: VHDL Packages -## Packages - -The following repo contains open source materials intended for -reference by the IEEE 1076 standard when approved and published. +This repository contains open source materials referenced by the IEEE 1076 standard. It was first +published in December 2019, together with the release of [IEEE Std. 1076-2019](https://ieeexplore.ieee.org/document/8938196). See tagged commits +for states of the sources matching the LRM releases. ## License All source code files in this repository are subject to the following copyright and licensing terms. -Copyright 2019 IEEE P1076 WG Authors +> Copyright 2019 IEEE P1076 WG Authors -See the LICENSE file distributed with this work for copyright and -licensing information, the AUTHORS file for a list of copyright -holders, and the CONTRIBUTORS file for the list of contributors. +> See the LICENSE file distributed with this work for copyright and +> licensing information, the AUTHORS file for a list of copyright +> holders, and the CONTRIBUTORS file for the list of contributors. ## Disclaimer +``` This open source repository contains material that may be included-in or referenced by an unapproved draft of a proposed IEEE Standard. All material in this repository is subject to change. The material in this @@ -28,7 +28,19 @@ contained in this repository and shall not be liable, under any theory, for any use of the material. Unapproved drafts of proposed IEEE standards must not be utilized for any conformance/compliance purposes. - -## Links: -IEEE P1076 Working Group: http://www.eda-twiki.org/cgi-bin/view.cgi/P1076/WebHome - +``` + +# IEEE P1076 Working Group + +Language Change Specifications, Bug Fixes and Enhancements to the VHDL Language Reference Manual +and to these Packages are coordinated through the VHDL Analysis and Standardization Group (IEEE P1076 +WG: VASG). Check the work in progress through the references below: + +

+ + E-mail reflector/list + EDA TWIKI P1076 +

-- GitLab From 1e8184ad6e2b03227e26ea67476bd817ffe41406 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Thu, 1 Jul 2021 21:29:40 +0000 Subject: [PATCH 2/2] Updated README. Added CHANGELOG. --- CHANGELOG.md | 10 ++++++++++ README.md | 17 ++++++++++------- 2 files changed, 20 insertions(+), 7 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..39255f6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +## 2020/09/30 - IEEE Std. 1076-2019 + +* Updated source files with Apache License, 2.0 license header. + No VHDL code changes. + +## 2019/07/11 - Initial upload of VHDL package files + +* Finalized VHDL packages handed over from P1076 working group for balloting. diff --git a/README.md b/README.md index 551e827..bbe0312 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ # IEEE 1076: VHDL Packages -This repository contains open source materials referenced by the IEEE 1076 standard. It was first -published in December 2019, together with the release of [IEEE Std. 1076-2019](https://ieeexplore.ieee.org/document/8938196). See tagged commits -for states of the sources matching the LRM releases. +This repository contains open source materials referenced by the IEEE 1076 standard. +It was first published in December 2019, together with the release of +[IEEE Std. 1076-2019](https://ieeexplore.ieee.org/document/8938196). + +See [List of Releases](https://opensource.ieee.org/vasg/Packages/-/releases) for all +releases. ## License @@ -32,12 +35,12 @@ purposes. # IEEE P1076 Working Group -Language Change Specifications, Bug Fixes and Enhancements to the VHDL Language Reference Manual -and to these Packages are coordinated through the VHDL Analysis and Standardization Group (IEEE P1076 -WG: VASG). Check the work in progress through the references below: +Updates to the IEEE Std. 1076 and to these Packages are coordinated through +the VHDL Analysis and Standardization Group (C/DA/P1076/1076 aka. VASG). Check +the work in progress through the references below:

- E-mail reflector/list -- GitLab