Skip to content

Commit

Permalink
update release notes for 2025.1.0 (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
jzuckerman authored Jan 3, 2025
1 parent fe26bee commit bcfae3f
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,46 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project
adheres to [Calendar Versioning](https://calver.org/) with format
`YYYY.MINOR.MICRO`.

## [2025.1.0]

### Added

- **Architecture**
- New accelerator interface for fine-grained data access control (#237)
- Support for multiple simultaneous multicast messages (#247)

- **Infrastructure**
- New linting scripts and GitHub actions flow (#242)

- **Software**
- Example multicore baremetal application

### Improved

- **Architecture**
- Support for up to 256 tiles and 512 APB devices
- Moved NoC routers to top level of hierearchy (#238)
- Supoprt for up to 16 CPU tiles and 16 memory tiles
- Make number of cache ways more flexible
- Expand number of accelerator registers to 128
- Restrict unavailable accelerator coherence modes from HW

- **Infrastructure**
- Support for up to 7 DDR controllers on proFPGA-xcvu19p board
- Linted all C, C++, Python, Verilog, and System Verilog files

### Fixed

- **Accelerator Design Flows**
- Fixed matchlib dependencies for Catpult HLS SystemC flow (#241)

- **Architecture**
- Resolved synthesis warnings in caches and router
- Fixed a bug in DMA busy state of noc2ahbm module

- **Infrastructure**
- Fixed issue in handling a large number of RTL files (#232)

## [2024.2.0]

### Added
Expand Down
6 changes: 5 additions & 1 deletion CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ repository, including co-authors of portions of code from the first commit.
### Core Team Members

- Luca P. Carloni (principal investigator)
- Elli Alvanaki
- Maico Cassel dos Santos
- Kuan-lin Chiu
- Guy Eichler
- Kevin Lee
- Biruk Seyoum
- Gabriele Tombesi
- Pei-Huan Tsai
- Je Yang
- Joseph Zuckerman (project lead)

### Former Team Members
Expand Down Expand Up @@ -39,6 +43,6 @@ contribution. Current affiliation may be different.
- Erik Loscalzo (Columbia University)
- Ajay Vanamali (Columbia University)
- Manish Shankar (Columbia University)

- Marian Abuhazi (Columbia University)

### [Contacts](https://esp.cs.columbia.edu/contact/)

0 comments on commit bcfae3f

Please sign in to comment.