From c61d2de13b1665d28e86f5a2c20d4a613bf9da78 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Thu, 4 Jan 2024 15:37:58 +0100 Subject: [PATCH] CHANGES.md: Update. --- CHANGES.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 2d1d097284..d431772ec3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,19 @@ +[> Changes since 2023.12 +------------------------ + [> Fixed + -------- + - integration/soc : Fixed typo in cpu mem_bus axi-via-wb downconvert + - interconnect/ahb/AHB2Wishbone : Fix size check that was too restrictive. + + [> Added + -------- + - build/openfpgaloader : Added kwargs support to flash for specific/less common cases. + - cpu/gowin_emcu : Improved/Cleaned-up. + - interconnect/ahb : Added data_width/address_width parameters. + + [> Changed + ---------- + [> 2023.12, released on December 25th 2023 ------------------------------------------ [> Fixed