From 9c655d379a5c2e952573cc3495dc0ee512a4c08a Mon Sep 17 00:00:00 2001 From: github action Date: Wed, 1 Jul 2026 19:59:37 +0000 Subject: [PATCH 1/3] Apply 'make format' [ci skip] --- test_regress/t/t_class_extends_param_scope.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 test_regress/t/t_class_extends_param_scope.py diff --git a/test_regress/t/t_class_extends_param_scope.py b/test_regress/t/t_class_extends_param_scope.py old mode 100644 new mode 100755 From bb9cad507f74feb8f1ac6d07adcfaa076bc8f369 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Wed, 1 Jul 2026 18:15:56 -0400 Subject: [PATCH 2/3] Commentary: Changes update --- Changes | 1 + 1 file changed, 1 insertion(+) diff --git a/Changes b/Changes index 9428c6eac..2963deb07 100644 --- a/Changes +++ b/Changes @@ -207,6 +207,7 @@ Verilator 5.049 devel * Fix disable iff ignored when its condition is held continuously true (#7841). [Yilou Wang] * Fix constant pool cache after dead scope removal (#7845). [Nick Brereton] * Fix covergroups without --coverage (#7848) (#7849). [Joshua Leahy] +* Fix class scope '::' reference through an inherited type parameter (#7844). [Sergey Chusov] Verilator 5.048 2026-04-26 From 848d926ebd4addacacd294dc84e35d9d4ae8078c Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Wed, 1 Jul 2026 18:17:03 -0400 Subject: [PATCH 3/3] Version bump --- CMakeLists.txt | 2 +- Changes | 2 +- configure.ac | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index eb5682e7b..ce2e8beca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ cmake_minimum_required(VERSION 3.15) cmake_policy(SET CMP0091 NEW) # Use MSVC_RUNTIME_LIBRARY to select the runtime project( Verilator - VERSION 5.049 + VERSION 5.050 HOMEPAGE_URL https://verilator.org LANGUAGES CXX ) diff --git a/Changes b/Changes index 2963deb07..2774b4ad4 100644 --- a/Changes +++ b/Changes @@ -10,7 +10,7 @@ The changes in each Verilator version are described below. The contributors that suggested or implemented a given issue are shown in []. Thanks! -Verilator 5.049 devel +Verilator 5.050 2026-07-01 ========================== **Important:** diff --git a/configure.ac b/configure.ac index 00d8ac713..81329841c 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ # Then 'make maintainer-dist' #AC_INIT([Verilator],[#.### YYYY-MM-DD]) #AC_INIT([Verilator],[#.### devel]) -AC_INIT([Verilator],[5.049 devel], +AC_INIT([Verilator],[5.050 2026-07-01], [https://verilator.org], [verilator],[https://verilator.org])