From 827993598d7204b78a0f9737346da7db4c3675fb Mon Sep 17 00:00:00 2001 From: Jarred Allen Date: Mon, 22 Mar 2021 23:57:01 -0400 Subject: [PATCH] Small commit to see if new hook tests non-main branch --- wally-pipelined/src/ifu/icache.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wally-pipelined/src/ifu/icache.sv b/wally-pipelined/src/ifu/icache.sv index d7932eec..ceb06ddc 100644 --- a/wally-pipelined/src/ifu/icache.sv +++ b/wally-pipelined/src/ifu/icache.sv @@ -4,7 +4,7 @@ // Written: jaallen@g.hmc.edu 2021-03-02 // Modified: // -// Purpose: Cache instructions for the ifu so it can access memory less often +// Purpose: Cache instructions for the ifu so it can access memory less often, saving cycles // // A component of the Wally configurable RISC-V project. //