|
1 | 1 | ===============================================================================
|
2 | 2 | RELEASE NOTES : Kactus2
|
3 |
| - Copyright (c) 2012-2019 Tampere University |
| 3 | + Copyright (c) 2012-2019 Tampere University |
4 | 4 | http://funbase.cs.tut.fi
|
5 | 5 | ===============================================================================
|
6 | 6 | + Improvement or feature added
|
7 | 7 | - Bug fix or something removed
|
8 | 8 | * Changed or Information
|
9 | 9 | ===============================================================================
|
10 | 10 |
|
| 11 | +29/03/2019 3.7.0 |
| 12 | +---------------------------------------------------- |
| 13 | + |
| 14 | ++ Added auto connector tool for component instances in a design |
| 15 | ++ Added editor for Vendor Extensions in Component and Design |
| 16 | ++ Added support for register files |
| 17 | ++ Added support for multiple reset values for register fields |
| 18 | ++ Added scrolling to design view when items are dragged |
| 19 | ++ Improved memory map visualization and library loading performance |
| 20 | ++ Improved expression parsing |
| 21 | + * Added support for bitwise operations |
| 22 | + * Improved expression solving performance |
| 23 | ++ Improved VHDL and Verilog support |
| 24 | + * Fixed array and vector boundary handling |
| 25 | + * Include Verilog file parameters are imported |
| 26 | + * Imported parameter type is set based on the data type in VHDL |
| 27 | ++ Improved HW design editor to accept connections between extended bus definitions |
| 28 | + |
| 29 | +- Fixed an issue where removing an item in library did not remove the file on disk |
| 30 | +- Fixed an issue where removing items in memory maps would cause the application to crash |
| 31 | +- Fixed an issue where setting an empty bus interface mode would cause the application to crash |
| 32 | +- Fixed an issue where design active views were cleared on save |
| 33 | +- Fixed an issue where plugin details were incorrectly displayed in the settings |
| 34 | +- Fixed an issue where component instance parameter override was incorrectly displayed when |
| 35 | + using parameter choices |
| 36 | +- Fixed an issue where multiline description was not correctly CSV imported/exported |
| 37 | + |
| 38 | + |
11 | 39 | 29/06/2018 3.6.50
|
12 | 40 | ----------------------------------------------------
|
13 | 41 |
|
|
27 | 55 | + Added support for multiple abstraction definitions in a bus interface
|
28 | 56 | + Improvements to Memory Designer
|
29 | 57 | * Improved item scaling in non-compressed mode
|
30 |
| - * Improved search through hierarchies |
31 |
| - * Improved visulization for multiple address spaces connected to one memory map |
| 58 | + * Improved search through hierarchies |
| 59 | + * Improved visulization for multiple address spaces connected to one memory map |
32 | 60 | + Added feature to save HW, System and Memory Designer view as a PNG, JPG or SVG image
|
33 | 61 | + Improved expression parsing
|
34 |
| - * Support for exp, pow and sqrt functions |
35 |
| - * Better suppport for string expressions and their comparison |
36 |
| - * Faster parsing algorithm |
| 62 | + * Support for exp, pow and sqrt functions |
| 63 | + * Better suppport for string expressions and their comparison |
| 64 | + * Faster parsing algorithm |
37 | 65 | + Added Linux Device Tree Generator plugin
|
38 | 66 | + IP-XACT library handling improved for better performance and readability
|
39 | 67 | + HW and System design area size now adjusts to contents
|
40 |
| - |
| 68 | + |
41 | 69 | - Restored automatic item selection in library view when component instance is selected
|
42 | 70 | - Fixed addressSpaceRef-attribute parsing and writing
|
43 | 71 | - Fixed export dialog from hierarchy view
|
|
0 commit comments