From cb30ee7e0aae38952491c5423a5e43476877bf2d Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Thu, 21 Feb 2019 15:11:35 -0500 Subject: [PATCH] Added list of fixes and things we need to do/implement --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..24dc63d --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# ECE 3570 Lab + +## Fixes To Be Implemented + +* Get rid of the double zero for the enable on the registers + * Make decoder for it +* Redo simulations with other registers using internal signals +* Fix simulation waveforms for Registers, as we are currently changing inputs too quickly (multiple times within a clock cycle) +* Only two registers are being written to, first two within simulation is not being written to +* Need to allow for signed numbers +* Remove subtraction from ALU +* Have arithmetic shift left and right +* Uncomment all testbenches + * We can have multiple testbenches active at once +* Bitwise operations do not need a 1-bit implementation, modify 9-bit and keep it only +* Comparator needed +* Make subtraction more efficient +* Need to verify that FetchUnit is working properly as Martin had some concerns that it probably wasn't functioning properly \ No newline at end of file