diff --git a/Axi4Lite/src/Axi4LiteManager.vhd b/Axi4Lite/src/Axi4LiteManager.vhd index d928296..a68ea74 100644 --- a/Axi4Lite/src/Axi4LiteManager.vhd +++ b/Axi4Lite/src/Axi4LiteManager.vhd @@ -19,6 +19,7 @@ -- -- Revision History: -- Date Version Description +-- 12/2022 2022.12 Updated read check to use MetaMatch. -- 10/2022 2022.10 Changed enum value PRIVATE to PRIVATE_NAME due to VHDL-2019 keyword conflict. -- 05/2022 2022.05 Updated FIFOs so they are Search => PRIVATE -- 03/2022 2022.03 Rederived from the 2022.02 version of Axi4 Full Manager diff --git a/CHANGELOG.md b/CHANGELOG.md index f54cfce..0c9d96b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ | Revision | Release Summary | ------------|----------- +| 2022.12 | Updated read check to use MetaMatch in Axi4Manager, Axi4ManagerVti, and Axi4LiteManager | 2022.11 | Added AxiStreamOptionsArrayPkg and Axi4OptionsArrayPkg | 2022.10 | Changed PRIVATE to PRIVATE_NAME | | Added testbench_interrupt to test InterruptHandler from OsvvmLibraries/common/src @@ -24,7 +25,10 @@ | 2020.02 | Initial version of AddressBusTransactionPkg. | 2018.04 | Initial public release -## 2022.11 October 2022 +## 2022.12 December 2022 +- Updated read check to use MetaMatch in Axi4Manager, Axi4ManagerVti, and Axi4LiteManager + +## 2022.11 November 2022 - Added AxiStreamOptionsArrayPkg and Axi4OptionsArrayPkg - Fixed GET_BURST_MODE in AxiStreamTransmitter[Vti] - Note OsvvmLibraries/AXI4/Axi4/testbench_interrupt will move to OsvvmLibraries/Common/TbInterrupt