为 Vermin 中的新增的结构添加更多支持。
为 rtlbrowse 代码窗口增加滚轮支持。
通过 vpd2vcd 增加 VPD 支持。
Added preliminary do-nothing generate support in vermin.
Added "Open Hierarchy" option that will expand the SST and select the hierarchy for a given signal selected in the Signals window.
Added preliminary support for FsdbReader.
Added generate as scope type to VCD/FST/FSDB.
Display signal direction column in SST if not all signals are declared as FST_VD_IMPLICIT.
Added extraction of in/out/inout from FSDB into FST with vcd2fst helper executable.
Added support for SV structures, unions, classes, packages, programs, and interfaces.
Preliminary support for SV datatypes of bit, logic, int, shortint, longint, byte, enum, and shortreal in VCD and FST. Added sparse array datatype to FST (currently unused by gtkwave).
Added support for attribute begin/end in FST. (Currently unused by gtkwave.) This allows embedding of various data inside the structure tree.
Added ability to store $comment in FST files via the attribute mechanism (FST_AT_MISC/FST_MT_COMMENT).
Added ability to store environment variable information in FST files (FST_MT_ENVVAR).
Added direction filters to SST name filter search. That is, adding +I+, +O+, +IO+, +B+, or +L+ before the regular expression adds additional filtering criteria. Direction filters are case-insensitive.
Added VHDL hierarchy types to FST, internal VCD loaders and also vcdfst/fst2vcd.
Added in VHDL to FST (which will also allow other languages): gtkwave can process these types (e.g., signal + std_ulogic), but there are currently no simulators supporting them.
为“/文件/抓取到文件”增加 PNG 图像抓取菜单。
为 FST 增加 VHDL 软件包类型。
Added fstWriterSetSourceStem() so writers can embed source stems in the FST file.
更新了示例/gtkwaverc 加速选项,以反映 gtkwave 主窗口主菜单的当前状态。