devel release

This commit is contained in:
Wilson Snyder 2023-10-31 19:53:03 -04:00
parent 67dfa37c56
commit 839315b271
3 changed files with 15 additions and 2 deletions

View File

@ -15,7 +15,7 @@
cmake_minimum_required(VERSION 3.15)
cmake_policy(SET CMP0091 NEW) # Use MSVC_RUNTIME_LIBRARY to select the runtime
project(Verilator
VERSION 5.018
VERSION 5.019
HOMEPAGE_URL https://verilator.org
LANGUAGES CXX
)

13
Changes
View File

@ -8,6 +8,19 @@ The changes in each Verilator version are described below. The
contributors that suggested a given feature are shown in []. Thanks!
Verilator 5.019 devel
==========================
**Major:**
* Support compilation with precompiled headers with Make and GCC or CLang.
* Change include of systemc instead of systemc.h (#4622) (#4623). [Chih-Mao Chen]
This may require that SystemC programs add 'using namespace sc_core', 'using namespace sc_dt'.
**Minor:**
Verilator 5.018 2023-10-30
==========================

View File

@ -10,7 +10,7 @@
# Then 'make maintainer-dist'
#AC_INIT([Verilator],[#.### YYYY-MM-DD])
#AC_INIT([Verilator],[#.### devel])
AC_INIT([Verilator],[5.018 2023-10-30],
AC_INIT([Verilator],[5.019 devel],
[https://verilator.org],
[verilator],[https://verilator.org])