From 047922365aef1788cc8847eebe6f3925c290dba4 Mon Sep 17 00:00:00 2001 From: Rose Thompson Date: Mon, 30 Sep 2024 17:19:16 -0500 Subject: [PATCH] Update header with correct author and description. --- tests/coverage/tlbMisaligned.S | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/coverage/tlbMisaligned.S b/tests/coverage/tlbMisaligned.S index 12249c8b5..abec53973 100644 --- a/tests/coverage/tlbMisaligned.S +++ b/tests/coverage/tlbMisaligned.S @@ -1,10 +1,9 @@ /////////////////////////////////////////// // tlbGP.S // -// Written: mmendozamanriquez@hmc.edu 4 April 2023 -// nlimpert@hmc.edu +// Written: Rose Thompson rose@rosethompson.net // -// Purpose: Create Page tables and access gigapages +// Purpose: Create a page table with misaligned load and store access. Checks TLB misses prevent misaligned load/store fault. // // A component of the CORE-V-WALLY configurable RISC-V project. // https://github.com/openhwgroup/cvw