diff options
author | Emanuele Torre <torreemanuele6@gmail.com> | 2022-08-29 11:54:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-29 11:54:39 +0200 |
commit | 4a8e150216edf4573c65a84f7ceece378a6a5a70 (patch) | |
tree | 5b2b93622d93f0041083df5d311cc8b6dedd7c60 /README.md | |
parent | eefd7020a1115c67bbcb3694f6bf6f2de7b4a4a0 (diff) | |
download | ghdl-4a8e150216edf4573c65a84f7ceece378a6a5a70.tar.gz ghdl-4a8e150216edf4573c65a84f7ceece378a6a5a70.tar.bz2 ghdl-4a8e150216edf4573c65a84f7ceece378a6a5a70.zip |
doc: update URL to IEEE 1076 standard
That page has been moved, and the old URL now results in a 404 error.
Diffstat (limited to 'README.md')
-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). |