diff options
author | Patrick Lehmann <Paebbels@gmail.com> | 2022-08-29 18:27:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-29 18:27:00 +0200 |
commit | 3f068da8527dedae669a96dc861b38abf2f24150 (patch) | |
tree | 5b2b93622d93f0041083df5d311cc8b6dedd7c60 | |
parent | eefd7020a1115c67bbcb3694f6bf6f2de7b4a4a0 (diff) | |
parent | 4a8e150216edf4573c65a84f7ceece378a6a5a70 (diff) | |
download | ghdl-3f068da8527dedae669a96dc861b38abf2f24150.tar.gz ghdl-3f068da8527dedae669a96dc861b38abf2f24150.tar.bz2 ghdl-3f068da8527dedae669a96dc861b38abf2f24150.zip |
doc: update URL to IEEE 1076 standard
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ This directory contains the sources of GHDL, the open-source analyzer, compiler, # Main features -Full support for the [1987](https://ieeexplore.ieee.org/document/26487/), [1993](https://ieeexplore.ieee.org/document/392561/), [2002](https://ieeexplore.ieee.org/document/1003477/) versions of the [IEEE](https://www.ieee.org) [1076](https://standards.ieee.org/develop/wg/P1076.html) VHDL standard, and partial for the [2008](https://ieeexplore.ieee.org/document/4772740/) and [2019](https://ieeexplore.ieee.org/document/8938196/) revisions. +Full support for the [1987](https://ieeexplore.ieee.org/document/26487/), [1993](https://ieeexplore.ieee.org/document/392561/), [2002](https://ieeexplore.ieee.org/document/1003477/) versions of the [IEEE](https://www.ieee.org) [1076](https://standards.ieee.org/ieee/1076/10800/) VHDL standard, and partial for the [2008](https://ieeexplore.ieee.org/document/4772740/) and [2019](https://ieeexplore.ieee.org/document/8938196/) revisions. Partial support of [PSL](https://en.wikipedia.org/wiki/Property_Specification_Language). |