From e08e50e6e785a07510a830a23d298e0f4a29e883 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 26 Mar 2018 16:35:35 -0400 Subject: [PATCH] Improved accuracy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a05de9b..a748974 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,4 @@ This is a simple Verilog implementation of a MIPS processor datapath utilizing a iv. Memory Access v. Write-back -Currently there is one bug in the MEM/WB register, and there is no WB stage. Everything else is operational. Branching not implemented, doesn't seem like it will be (for the class, I'll get to it later), and forwarding will most likely be implemented after the WB stage. +This project currently works in the simulation stage, but logic is dropped upon synthesis. I suspect that this is due to incorrect initialization or incorrect blocking/non-blocking write usage. If anyone cares to fix it, be my guest.