Skip to content

Commit

Permalink
Update for 1.15 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed Jan 11, 2025
1 parent 546126e commit ec21477
Show file tree
Hide file tree
Showing 7 changed files with 153 additions and 53 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.15.0 - 2025-01-11
- `--load` is now a global option and should be placed before the `-r`
command. This allows VHPI foreign subprograms to be called during
elaboration (#988).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ 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.14.2](https://github.com/nickg/nvc/releases/tag/r1.14.2).
[1.15.0](https://github.com/nickg/nvc/releases/tag/r1.15.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.15-devel],
AC_INIT([nvc], [1.15.0],
[https://github.com/nickg/nvc/issues],
[nvc],
[https://www.nickg.me.uk/nvc/])
Expand Down
3 changes: 2 additions & 1 deletion src/vpi/Makemodule.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ lib_libnvc_a_SOURCES += \
src/vpi/vpi-priv.h \
src/vpi/vpi-str.c \
src/vpi/vpi-util.c \
src/vpi/vpi-systf.c
src/vpi/vpi-systf.c \
src/vpi/vpi-macros.h
Loading

0 comments on commit ec21477

Please sign in to comment.