From 3b363f5f9dcc0448fcdc1adec8f92c6b4d593d6a Mon Sep 17 00:00:00 2001 From: sarah-harris Date: Wed, 11 Jan 2023 16:33:08 -0800 Subject: [PATCH] privilege unit -> privileged unit in ifu.sv privilege unit -> privileged unit in ifu.sv --- pipelined/src/ifu/ifu.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelined/src/ifu/ifu.sv b/pipelined/src/ifu/ifu.sv index 464e0f1cf..9798a7f20 100644 --- a/pipelined/src/ifu/ifu.sv +++ b/pipelined/src/ifu/ifu.sv @@ -178,7 +178,7 @@ module ifu ( //////////////////////////////////////////////////////////////////////////////////////////////// // Memory //////////////////////////////////////////////////////////////////////////////////////////////// - // CommittedM tells the CPU's privilege unit the current instruction + // CommittedM tells the CPU's privileged unit the current instruction // in the memory stage is a memory operaton and that memory operation is either completed // or is partially executed. Partially completed memory operations need to prevent an interrupts. // There is not a clean way to restore back to a partial executed instruction. CommiteedM will