From b7a1b49eab0c7b7edd909594aca24a347334b491 Mon Sep 17 00:00:00 2001 From: Nick Gasson Date: Thu, 2 Feb 2023 21:33:52 +0000 Subject: [PATCH] Update README and website --- NEWS.md | 2 +- README.md | 6 +++--- THANKS.md | 2 ++ www/index.html.in | 4 ++-- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/NEWS.md b/NEWS.md index 7544a7d0..9d81bd20 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,7 @@ - Code generation has been rewritten to enable faster elaboration and "just-in-time" compilation in the future. - Implemented the VHDL-2019 call path reporting API. -- The ``elsif` VHDL-2019 conditional analysis directive now works +- The `elsif` VHDL-2019 conditional analysis directive now works correctly (#604). ## Version 1.8.1 - 2023-01-23 diff --git a/README.md b/README.md index 3a6fc303..e14455f8 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ Status](https://github.com/nickg/nvc/workflows/Build%20and%20test/badge.svg?bran NVC is a [VHDL](https://en.wikipedia.org/wiki/VHDL) compiler and simulator. -NVC supports almost all of VHDL-2002 and it has been successfully used -to simulate several real-world designs. Experimental support for -VHDL-2008 is under development. +NVC supports almost all of VHDL-2008 with the exception of PSL, and it +has been successfully used to simulate several real-world designs. +Experimental support for VHDL-2019 is under development. NVC has a particular emphasis on simulation performance and uses [LLVM](https://llvm.org/) to compile VHDL to native machine code. diff --git a/THANKS.md b/THANKS.md index b05f305c..cfcf4111 100644 --- a/THANKS.md +++ b/THANKS.md @@ -1,6 +1,8 @@ NVC was written by Nick Gasson with help from the following people: +- Adam Barnes (@amb5l) wrote the installation and test scripts for + OSVVM, and the MSYS2 packaging scripts. - Arild Velure (@avelure) made a huge number of useful bug reports. - Brian Padalino (@bpadalino) provided lots of useful feedback and bug reports. diff --git a/www/index.html.in b/www/index.html.in index 5837f5bb..6a5cd791 100644 --- a/www/index.html.in +++ b/www/index.html.in @@ -6,8 +6,8 @@ include(`header.html.in')dnl NVC is a free software VHDL compiler and simulator implementing almost all - of IEEE - 1076-2002. + of IEEE + 1076-2008.

Find out more in the README, see a detailed -- 2.39.2