Skip to content

Commit

Permalink
Updates for 1.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed Apr 7, 2024
1 parent 534ded2 commit e9d8f0d
Show file tree
Hide file tree
Showing 6 changed files with 121 additions and 11 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Unreleased changes

## Version 1.12.0 - 2024-04-07
- The `--jit` elaboration option no longer requires `--no-save`.
- Fixed a crash when subtype bounds depend on a package instance generic
(#815).
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,16 @@ On macOS NVC can be installed with `brew install nvc`. NVC is also
packaged for [FreeBSD](https://www.freshports.org/cad/nvc),
[Gentoo](https://packages.gentoo.org/packages/sci-electronics/nvc), Arch
Linux [AUR](https://aur.archlinux.org/packages/nvc), and [several other
distributions](https://repology.org/project/nvc/versions). Windows
MSYS2 packages are available from the [releases
distributions](https://repology.org/project/nvc/versions). A Windows
installer is available from the [releases
page](https://github.com/nickg/nvc/releases/). Users of systems without
existing packages should build from source.

NVC has both a release branch and a development master branch. The
master branch should be stable enough for day-to-day use and has
comprehensive regression tests, but the release branch is more suitable
for third party packaging. The latest released version is
[1.11.3](https://github.com/nickg/nvc/releases/tag/r1.11.3).
[1.12.0](https://github.com/nickg/nvc/releases/tag/r1.12.0).
Significant changes since the last release are detailed in
[NEWS.md](NEWS.md).

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([nvc], [1.12-devel],
AC_INIT([nvc], [1.12.0],
[https://github.com/nickg/nvc/issues],
[nvc],
[https://www.nickg.me.uk/nvc/])
Expand Down
4 changes: 3 additions & 1 deletion src/vlog/Makemodule.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ lib_libnvc_a_SOURCES += \
src/vlog/vlog-number.c \
src/vlog/vlog-trans.c \
src/vlog/vlog-simp.c \
src/vlog/vlog-util.c
src/vlog/vlog-util.c \
src/vlog/vlog-defs.h \
src/vlog/vlog-util.h

if ENABLE_VERILOG
lib_libnvc_a_SOURCES += \
Expand Down
Loading

0 comments on commit e9d8f0d

Please sign in to comment.