From 70e52b76fae0dacb6bbff0a1728c8534d96970c8 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Mon, 28 Aug 2023 16:04:43 +0200 Subject: [PATCH] CHANGES: Update. --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 412c1eade..1b36baf06 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -15,6 +15,7 @@ - soc/add_uart : Fixed stub behavior (sink/source swap). - build/efinix : Fixed AsyncFIFO issues (Minimum of 2 buffer stages). - software/gcc : Fixed Ubuntu 22.04 GCC compilation issues. + - build/efinix : Fixed hardcoded version. [> Added -------- @@ -56,6 +57,7 @@ - liteth/arp : Added proper multi-entries ARP table. - liteiclink/serdes : Added tx/rx_clk sharing capabilities on Xilinx transceivers. - soc/cores/spi : Added new SPIMMAP core allowing SPI accesses through MMAP. + - soc/interconnect/stream : Added pipe_valid/pipe_ready parameters to BufferizeEndpoints. [> Changed ----------