From ca4695052484b235a0f0b2106fadaee26cfdd5ef Mon Sep 17 00:00:00 2001 From: Michael Rogenmoser Date: Thu, 25 Jul 2024 11:21:54 +0200 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4419e29d1..0db60adee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,12 +9,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### 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. +- `AXI_BUS_DV`: Add property checking that bursts do not cross 4KiB page boundaries. ### Fixed - `axi_bus_compare`: Fix mismatch detection. - `axi_to_detailed_mem`: Only respond with `exokay` if `lock` was set on the request. Bump `common_cells` for `mem_to_banks` fix. - `axi_dw_downsizer`: Fix `i_forward_b_beats_queue` underflow. +- `axi_test`: Ensure random requests do not cross 4KiB page boundaries. ## 0.39.3 - 2024-05-08 ### Added