diff --git a/CHANGELOG.md b/CHANGELOG.md index fc2bd93be..a3afe9f30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Unreleased ### Added - `axi_sim_mem`: Increase number of request ports, add multiport interface variant. +- `axi_bus_compare`: Optionally consider AXI `size` field to only compare used data. + +### Fixed +- `axi_bus_compare`: Fix mismatch detection. ## 0.39.3 - 2024-05-08 ### Added