Skip to content

Commit

Permalink
CHANGELOG: Format xbar pipeline additions
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfgang Rönninger authored and thommythomaso committed Oct 6, 2022
1 parent ba318e9 commit da5d955
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,13 +329,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- `axi_xbar`: Add parameter `PipelineStages` to `axi_pkg::xbar_cfg_t`. This adds `axi_multicuts`
in the crossed connections in the xbar between the demuxes and muxes.
- `axi_pkg`: Add documentation to `xbar_cfg_t`.
- `axi_demux`: Remove FIFO between AW and W channel, is now a register plus counter.
Prevents AWs to be emmitted downstream to a different master port as long as Ws
are still in flight to another. This prevents deadlock, if there is stalling
downstream.
- `axi_xbar`: Add parameter `PipelineStages` to `axi_pkg::xbar_cfg_t`. This adds `axi_multicuts`
in the crossed connections in the xbar between the demuxes and muxes.
- `axi_pkg`: Add documentation to `xbar_cfg_t`.

### Fixed
- `axi_demux`: Break combinatorial simulation loop.
Expand Down

0 comments on commit da5d955

Please sign in to comment.