Вход на сайт

Просмотр новости

Найдите то, что Вас интересует

2026.05 and AXI4Memory

Дата публикации: 22-06-2026 15:38:58

Problem and Solution In 2026.05, AXI4 Memory is now AXI word width where previously it was byte width. This impacts indirect accesses to the memory using NewID. Use case for older releases (2026.01 and before): vMemID := NewID( Name => MEMORY_NAME, AddrWidth => AXI_ADDR_WIDTH, DataWidth => 8, ParentID => ParentID, Search => NAME ) ; With 2026.05, the call to NewID needs to be updated as follows: vMemID := NewID( Name => MEMORY_NAME, AddrWidth => AXI_ADDR_WIDTH - AXI_BYTE_ADDR_WIDTH, -- was AXI_ADDR_WIDTH DataWidth => AXI_DATA_WIDTH, -- was 8 ParentID => ParentID, Search => NAME ) ; What happened behind the scenes AXI4 Memory is now AXI word width where previously it was byte width. This update plus updates to MemoryGenericPkg done in 2022.08, reduce the amount of memory used by the AXI4 Memory VC. This is particularly true with implementations that implement integer as 64 bits. Note that this release also updated the MemoryGenericPkg support to automatically detect an implementation have 32 bit or 64 bit integers. Thanks to Patrick Lehmann Thanks to Patrick for reporting this.

Схожие новости

#Наименование новостиТональностьИнформативностьДата публикации
1Агидель: Ночь 20 дек, Чт0019-12-2018
2Детская - подростковая спальня высота 238 см, длина 360 см ...0022-02-2025
3Último adiós a la infanta Pilar0030-01-2020
4Кризис фотоиндустрии — конец фотографии? (#3510)0017-08-2019
5What is going to be the next trend in technology in the next 10 years?0016-02-2023
6A female soldier of the P18 Gotland Regiment is pictured ...0012-03-2024
7СМИ: Счетная палата ЕС решила судиться с одним из своих аудиторов из-за растраты0030-01-2019
8На Украине раскритиковали слова Зеленского о вине СССР за начало Второй мировой0012-02-2020
97 Chileans charged in connection with Travis Kelce, Patrick Mahomes burglaries0018-02-2025
10Постановление Главы №60 от 01.11.20240005-11-2024

Классификация: . Схожих патентов: 0. Схожих новостей: 10. Тональность: 0. Информативность: 10.52. Источник: osvvm.org.