From 9528f89d45e8812ced5f6b16d3d6da31cae10d6d Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Tue, 29 Aug 2023 17:15:45 +0200 Subject: [PATCH] CHANGES: Update. --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 1b36baf06..9dcedf125 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,6 +16,7 @@ - build/efinix : Fixed AsyncFIFO issues (Minimum of 2 buffer stages). - software/gcc : Fixed Ubuntu 22.04 GCC compilation issues. - build/efinix : Fixed hardcoded version. + - litedram/gw2ddrphy : Fixed latencies and tested on Tang Primer 20K. [> Added -------- @@ -58,6 +59,7 @@ - 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. + - soc/cores/clock : Added initial GW5A support. [> Changed ----------