CHANGES: Update.

This commit is contained in:
Florent Kermarrec 2023-12-08 12:11:37 +01:00
parent 1e5df2dedf
commit 8d6120c476
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
- liteeth/arp : Fixed response on table update.
- litesata/us(p)sataphy : Fixed data_width=32 case.
- clock/lattice_ecp5 : Fixed phase calculation.
- interconnect/axi : Fixed AXILite2CSR read access (1 CSR cycle instead of 2).
[> Added
--------
@ -32,6 +33,7 @@
- soc/cores/clock : Added proper clock feedback support on Efinix TRIONPLL.
- liteiclink/phy : Added Efinix support/examples on Trion/Titanium.
- liteiclink/serwb : Reused Etherbone from LiteEth to avoid code duplication.
- interconnect : Added 64-bit support to Wishbone/AXI-Lite/AXI.
[> Changed
----------