File tree 1 file changed +41
-0
lines changed 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,47 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project
7
7
adheres to [ Calendar Versioning] ( https://calver.org/ ) with format
8
8
` YYYY.MINOR.MICRO ` .
9
9
10
+ ## [ 2024.1.0]
11
+
12
+ ### Added
13
+
14
+ - ** Architecture**
15
+ - Configurable NoC width for DMA and coherence planes (#215 )
16
+ - Configurable cache line size (#215 )
17
+
18
+ - ** ASIC Design**
19
+ - New memory integration flow for ASIC techonologies (#196 )
20
+
21
+ - ** Accelerators**
22
+ - Catapult SystemC Flow
23
+ - _ MAC_ example accelerator
24
+ - Catapult C++ Flow
25
+ - 3-in-1 _ Cryptography_ accelerator with SHA1, SHA2, and AES engines
26
+
27
+ - ** Infrastructure**
28
+ - Support for proFPGA xcvu19p board
29
+ - Python utility for preloading simulation memory
30
+ - Script for selectively installing submodules
31
+
32
+ ### Improved
33
+ - ** Architecture**
34
+ - SystemVerilog implementation of NoC router (#194 )
35
+ - IOLink: make width flexible, fix warnings, and automatically generate required text files for simulation
36
+
37
+ - ** Infrastructure**
38
+ - ESPLink: timeout and retry transactions in case of dropped packets
39
+ - Move to Vivado version 2023.2
40
+ - Move to proFPGA tools version 2021A
41
+
42
+ - ** Software**
43
+ - Updates to ESP Monitors API
44
+
45
+ ### Fixed
46
+
47
+ - ** Architecture**
48
+ - Robust SSH/SCP to designs with the Ariane core and caches enabled
49
+ - P2P accelerator communication with LLC-coherent and coherent DMA selected
50
+
10
51
## [ 2023.1.0]
11
52
12
53
### Added
You can’t perform that action at this time.
0 commit comments