Skip to content

Commit 13a5e2a

Browse files
committed
Update release notes for 2024.1.0 (#218)
1 parent 6303621 commit 13a5e2a

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,47 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project
77
adheres to [Calendar Versioning](https://calver.org/) with format
88
`YYYY.MINOR.MICRO`.
99

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+
1051
## [2023.1.0]
1152

1253
### Added

0 commit comments

Comments
 (0)