Skip to content

Commit

Permalink
docs: Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Dec 10, 2024
1 parent a074e86 commit aa87bc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- The `ReorderBufferSize` parameters was shortened to `RoBSize`.
- All testbenches were adapted to all changes.
- All verification IPs were adapted to the new configuration structs.
- Added spill registers for outgoing AW requests in the chimneys. This is necessary since AXI allows to wait for AW *and* W to be valid before asserting the ready. Since, the AW and W beats are sent over the same channel, this might cause a deadlock if there there are no buffers downstream.

#### FlooGen
- The link typedefs are now renderd with the macros in `typedef.svh` instead of rendering them in pure SystemVerilog.
Expand Down

0 comments on commit aa87bc3

Please sign in to comment.