From 1ebef34112a19806e7ef754da808289c74ee6334 Mon Sep 17 00:00:00 2001 From: Fares Atef Date: Tue, 6 Feb 2024 20:53:17 +0200 Subject: [PATCH] Update todo.md --- todo.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/todo.md b/todo.md index c66449c..f578f3f 100644 --- a/todo.md +++ b/todo.md @@ -18,7 +18,7 @@ - [x] ALU Control - [x] Modify Control Unit -- [ ] Modify Hazard Detection Unit +- [x] Modify Hazard Detection Unit - [x] Fetch Stage - [x] Decode Stage - [x] Execute Stage @@ -26,5 +26,5 @@ - [x] WB Stage - [x] Change the decode stage after the added Push_INT_PC signal in the control unit - [x] Change Reset of the Reg file -- [ ] Add port forwarding to the forwarding unit -- [ ] Don't forward with compare +- [x] Add port forwarding to the forwarding unit +- [x] Don't forward with compare