Skip to content

Commit abd7aa2

Browse files
committed
[ADDITIVE] Update release files
1 parent 6998c63 commit abd7aa2

File tree

4 files changed

+24
-10
lines changed

4 files changed

+24
-10
lines changed

Administrative/releaseFiles/release_notes.txt

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
11
===============================================================================
22
RELEASE NOTES : Kactus2
3-
Copyright (c) 2012-2024 Tampere University
3+
Copyright (c) 2012-2025 Tampere University
44
https://research.tuni.fi/system-on-chip/tools
55
===============================================================================
66
+ Improvement or feature added
77
- Bug fix or something removed
88
* Changed or Information
99
===============================================================================
1010

11+
24/04/2024 3.13.4
12+
----------------------------------------------------
13+
* Reworked memory designer to correctly show memory connections
14+
* Designer now shows each address space as separate connection sets
15+
* Items can be displayed in multiple connections
16+
* Target-initiator path search now finds multiple paths instead of just the shortest
17+
* Simple view of the designer excludes connections that are out of bounds (of connected address space)
18+
* Simplified file dependency scanning. File dependencies are no longer stored in IP-XACT files, except if manually created.
19+
+ Added option to toggle memory overlap on and off in memory designer
20+
+ Added ability to create IP-XACT 2022 components and designs through the Python API
21+
- Fixed Verilog and VHDL dependency scanning. Only file set files are scanned for dependencies, other dependencies are marked as external.
22+
- Fixed removal of multiple non-contiguous rows in tables
23+
- Fixed writing tied value of ad-hoc port with direction out (Verilog generator)
24+
1125
14/10/2024 3.13.3
1226
----------------------------------------------------
1327
* Document lock made optional. Can be changed in settings, locking is disabled by default.

Administrative/releaseFiles/setupx64.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
; HM NIS Edit Wizard helper defines
44
!define PRODUCT_NAME "Kactus2"
5-
!define PRODUCT_VERSION "3.13.3 64-bit"
5+
!define PRODUCT_VERSION "3.13.4 64-bit"
66
!define PRODUCT_PUBLISHER "TUNI"
77
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\Kactus2.exe"
88
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
README : Kactus2
2-
Copyright (c) 2012-2024 Tampere University
2+
Copyright (c) 2012-2025 Tampere University
33
https://research.tuni.fi/system-on-chip/tools
44

55
## Summary

version.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010
#ifndef VERSIONNO__H
1111
#define VERSIONNO__H
1212

13-
#define VERSION_FULL 3.13.712.0
13+
#define VERSION_FULL 3.13.4.0
1414

1515
#define VERSION_BASEYEAR 0
1616
#define VERSION_DATE "2025-04-24"
17-
#define VERSION_TIME "12:34:02"
17+
#define VERSION_TIME "14:13:02"
1818

1919
#define VERSION_MAJOR 3
2020
#define VERSION_MINOR 13
21-
#define VERSION_BUILDNO 712
21+
#define VERSION_BUILDNO 4
2222
#define VERSION_EXTEND 0
2323

24-
#define VERSION_FILE 3,13,712,0
25-
#define VERSION_PRODUCT 3,13,712,0
26-
#define VERSION_FILESTR "3,13,712,0"
27-
#define VERSION_PRODUCTSTR "3,13,712,0"
24+
#define VERSION_FILE 3,13,4,0
25+
#define VERSION_PRODUCT 3,13,4,0
26+
#define VERSION_FILESTR "3,13,4,0"
27+
#define VERSION_PRODUCTSTR "3,13,4,0"
2828

2929
#endif

0 commit comments

Comments
 (0)