Updated comments for the cbom tests.

This commit is contained in:
Rose Thompson 2023-10-20 15:13:52 -05:00
parent 010fbf7319
commit 5a4028064a
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
# and does not write back. Clean: Writes back dirty cacheline if needed
# and clears dirty bit. Does NOT clear valid bit. Flush: Cleans and then
# Invalidates. These operations apply to all caches in the memory system.
# The tests are divided into three parts one for the data cache, instruction cache
# The tests are divided into three parts one for the data cache
# and checks to verify the uncached regions of memory cause exceptions.
# -----------
# Copyright (c) 2020. RISC-V International. All rights reserved.

View File

@ -13,7 +13,7 @@
# and does not write back. Clean: Writes back dirty cacheline if needed
# and clears dirty bit. Does NOT clear valid bit. Flush: Cleans and then
# Invalidates. These operations apply to all caches in the memory system.
# The tests are divided into three parts one for the data cache, instruction cache
# The tests are divided into three parts one for the data cache
# and checks to verify the uncached regions of memory cause exceptions.
# -----------
# Copyright (c) 2020. RISC-V International. All rights reserved.