Home
last modified time | relevance | path

Searched refs:testAllTranslatedAccesses (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DSystemBusTests.cs280 testAllTranslatedAccesses((ulong)i * 16, testValue, implementedWidth); in ShouldTestEnableAllTranslations()
281 testAllTranslatedAccesses((ulong)i * 16 + 8, testValue, implementedWidth); in ShouldTestEnableAllTranslations()
409 private void testAllTranslatedAccesses(ulong address, ulong testValue, int implementedWidth) in testAllTranslatedAccesses() method in Antmicro.Renode.UnitTests.SystemBusTests