Skip to content

Commit

Permalink
[PERFECTIVE] Updated files for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Esko Pekkarinen committed Jun 29, 2018
1 parent f88a726 commit 39ae18e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions Administrative/releaseFiles/release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@
* Changed or Information
===============================================================================

29/06/2018 3.6.50
----------------------------------------------------

+ Added editor for AbstractionDefinition transactional ports
+ Added option to extend BusDefinitions
+ Added editor for field reserved-value
+ Added SystemVerilog files to be included in generated Quartus projects

- Fixed an issue where modifying/removing files outside Kactus2 caused the application to crash
- Fixed an issue where editing AbstractionDefinition port properties affected all modes

12/06/2018 3.6.0
----------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Administrative/releaseFiles/setupx64.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "Kactus2"
!define PRODUCT_VERSION "3.6.0 64-bit"
!define PRODUCT_VERSION "3.6.50 64-bit"
!define PRODUCT_PUBLISHER "TUT"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\Kactus2.exe"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ void AbstractionDefinitionValidator::findErrorsInPortAbstraction(QVector<QString
QString context = QObject::tr("port %1").arg(port->getLogicalName());

QStringList systemGroupNames;
QString busDefinitionIdentifier(":::");
QString busDefinitionIdentifier = QStringLiteral(":::");
if (busDefinition)
{
systemGroupNames = busDefinition->getSystemGroupNames();
Expand Down

0 comments on commit 39ae18e

Please sign in to comment.