From 670b7c52430c7db643a17d82cd14abbfcfef06b2 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sun, 22 Sep 2024 22:11:01 -0400 Subject: [PATCH] Support DPI imports and exports with double underscores (#5481). --- Changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changes b/Changes index 7cb125790..0b351d5ab 100644 --- a/Changes +++ b/Changes @@ -27,7 +27,7 @@ Verilator 5.029 devel * Support named event locals (#5422). [Krzysztof Bieganski, Antmicro Ltd.] * Support basic dist constraints (#5431). [Arkadiusz Kozdra, Antmicro Ltd.] * Support inside array constraints (#5448). [Arkadiusz Kozdra, Antmicro Ltd.] -* Support DPI imports and exports with double underscores. +* Support DPI imports and exports with double underscores (#5481). * Add error on instances without parenthesis. * Add partial coverage symbol and branch data in lcov info files (#5388). [Andrew Nolte] * Add method to check if there are VPI callbacks of the given type (#5399). [Kaleb Barrett]