From 8cdecd5668c29226aafaa582fc2a871e6f8a1375 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Fri, 10 Jul 2020 18:18:02 -0400 Subject: [PATCH] Commentary: Changes update --- Changes | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Changes b/Changes index bd121c246..aa9d7fc0e 100644 --- a/Changes +++ b/Changes @@ -7,12 +7,20 @@ The contributors that suggested a given feature are shown in []. Thanks! *** Support VPI access to parameters and localparam. [Ludwig Rogiers] +*** Support parsing (not elaboration, yet) of UVM. + **** Add new UNSUPPORTED error code to replace most previous Unsupported: messages. **** With --bbox-unsup continue parsing on many (not all) UVM constructs. **** Support for-loop increments with commas. +**** Support $swrite with arbitrary arguments. + +**** Support $writememb (#2450). [Fan Shupei] + +**** Fix OS X, Free BSD, and -m32 portability issues. [Geza Lore] + **** Fix to flush FST trace on termination due to $stop or assertion failure. **** Fix part select error when multipling by power-of-two (#2413). [Conor McCullough]