From e0808bcd154cc1ac8ecc0319704aa67c39970812 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Fri, 26 Mar 2021 23:05:04 -0400 Subject: [PATCH] Commentary --- Changes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changes b/Changes index d3e675d92..84ca20cbd 100644 --- a/Changes +++ b/Changes @@ -25,6 +25,8 @@ Verilator 4.201 devel * Fix false TIMESCALEMOD on generate-ignored instances (#2838). [Kaleb Barrett] * Fix --output-split with class extends (#2839). [Iru Cai] * Fix false WIDTHCONCAT on casted constant (#2849). [Rupert Swarbrick] +* Fix --public-flat-rw / DPI issue (#2858). [Todd Strader] +* Fix interface localparam access (#2859). [Todd Strader] * Fix Cygwin example compile issues (#2856). [Mark Shaw]