Update header with correct author and description.

This commit is contained in:
Rose Thompson 2024-09-30 17:19:16 -05:00
parent 4fc7516694
commit 047922365a

View File

@ -1,10 +1,9 @@
/////////////////////////////////////////// ///////////////////////////////////////////
// tlbGP.S // tlbGP.S
// //
// Written: mmendozamanriquez@hmc.edu 4 April 2023 // Written: Rose Thompson rose@rosethompson.net
// nlimpert@hmc.edu
// //
// 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. // A component of the CORE-V-WALLY configurable RISC-V project.
// https://github.com/openhwgroup/cvw // https://github.com/openhwgroup/cvw