RELEASE_NOTES
RELEASE_NOTES
Jan 01 2019
Copyright 1991-2019 Mentor Graphics Corporation
All rights reserved.
This document contains information that is proprietary to Mentor
Graphics
Corporation. The original recipient of this document may duplicate this
document in whole or in part for internal business purposes only,
provided
that this entire notice appears in all copies. In duplicating any part
of
this document the recipient agrees to make every reasonable effort to
prevent the unauthorized use and distribution of the proprietary
information.
TRADEMARKS: The trademarks, logos and service marks ("Marks") used
herein
are the property of Mentor Graphics Corporation or other third parties.
No one is permitted to use these Marks without the prior written
consent
of Mentor Graphics or the respective third-party owner. The use herein
of a third-party Mark is not an attempt to indicate Mentor Graphics as
a
source of a product, but is intended to indicate a product from, or
associated with, a particular third party. The following are trademarks
of
of Mentor Graphics Corporation: Questa, ModelSim, JobSpy, and Signal
Spy.
A current list of Mentor Graphics trademarks may be viewed at
www.mentor.com/terms_conditions/trademarks.cfm.
End-User License Agreement: You can print a copy of the End-User
License
Agreement from: www.mentor.com/terms_conditions/enduser.cfm.
_______________________________________________________________________
* [2]Key Information
* [3]Release Announcements in 2019.1
* [4]Base Product Specifications in 2019.1
* [5]Compatibility Issues with Release 2019.1
* [6]General Defects Repaired in 2019.1
* [7]User Interface Defects Repaired in 2019.1
* [8]SystemVerilog Defects Repaired in 2019.1
* [9]VHDL Defects Repaired in 2019.1
* [10]SystemC Defects Repaired in 2019.1
* [11]Mixed Language Defects Repaired in 2019.1
* [12]User Interface Enhancements in 2019.1
* [13]SystemVerilog Enhancements in 2019.1
* [14]VHDL Enhancements in 2019.1
* [15]SystemC Enhancements in 2019.1
* [16]Mixed Language Enhancements in 2019.1
* [17]Document Revision History in 2019.1
_______________________________________________________________________
Key Information
* The following lists the supported platforms:
+ win32aloem - Windows 7, Windows 8.1, Windows 10
+ linuxaloem - RedHat Enterprise Linux 6,7 SUSE Linux Enterprise
Server 11,12
_______________________________________________________________________
SystemVerilog Compatibility
* [nodvtid] - (source) An issue with incorrect precedence in the &&&
and "matches" operations in SV has been fixed. This may cause SV
HDL code to be compiled differently than with previous versions.
Any differences will be flagged by the compiler with an error.
* [nodvtid] - (results) The SystemVerilog 'iff' property operator now
associates to the right. IEEE 1800-2017 table 16-3.
* QSIM-17634 - (results) Optimized cell path delays could be
incorrectly shortened when used with negative timing checks.
* QSIM-8147 - (results) Restart with designs having negative timing
check limits could effect simulation timing checks and functional
evaluation behavior.
SystemC Compatibility
* QSIM-498 - (source, results) SystemC support has been upgraded to
SystemC-2.3.2 from SystemC-2.3.1. Please refer to the SystemC
Simulation chapter in the user's manual for SystemC-2.3.2
incompatibilities with SystemC-2.3.1.
* QSIM-23017 -
Warning numbers 7076 and 7077 for vlog and vsim have been upgraded to suppressi
ble errors. They will now appear as:
** Error (suppressible): (<TOOL>-7076) The gcc/g++ path '<path specified>' via -
dpicppinstall swicth is not qualified and is ignored.
** Error (suppressible): (<TOOL>-7077) the path '<path specified>' via -dpicpppa
th switch not a valid gcc/g++ full path and is ignored.
vlog/vsim -suppress 7076 | 7077 to suppress the error.