Release Notes
Release Notes
6g
Aug 02 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 10.6g
* [4]Base Product Specifications in 10.6g
* [5]Compatibility Issues with Release 10.6g
* [6]VHDL Defects Repaired in 10.6g
* [7]Document Revision History in 10.6g
_______________________________________________________________________
Key Information
* The -novopt command line switch will be deprecated in the next
major release 10.7 following normal deprecation process:
+ The -novopt switch will be accepted in 10.7 with a deprecation
warning message.
+ In 10.8 or a subsequent release, the -novopt switch will be
disabled and cause error messages to be emitted.
+ Customer scripts using this switch will have to be changed.
+ This legacy switch forces incremental mode (pre-6.0 behavior)
which is sub-optimal, and it is no longer maintained.
The following lists the supported platforms:
+ win32aloem - Windows 7, Windows 8.1, Windows 10
+ linuxaloem - RedHat Enterprise Linux 6, SUSE Linux Enterprise
Server 11
_______________________________________________________________________
VHDL Compatibility
* QSIM-56691 - (source, results) Following execution of
uninstantiated procedures with OUT mode parameters not associated
with a type generic, and evaluation of generic procedures with OUT
mode parameters not associated with a type generic, actual
variables associated with the OUT parameters could be left
unchanged despite changes within the procedures. The compiler is
now generating code to correctly set the value of OUT mode
parameters in the above cases.
* QSIM-58539 - (results) The attributes INSTANCE_NAME and PATH_NAME,
were not considered globally static. If the prefix of the attribute
is a signal and this expression appears in a wait statement with an
on clause or in a concurrent statement other than a process, a
change in signal value would trigger a evaluation of the wait or
concurrent statement. This currently results in extra statement
executions. The attributes are now considered globally static, so
the wait or concurrent statement is no longer sensitized to that
prefix. This change can cause simulation results to be different
from previous versions.