From ce86652a00410d00429a2537579b4764a2ecffc4 Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Mon, 25 Mar 2019 18:04:44 -0400 Subject: [PATCH] Aded list of things to fix --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9bb1414..98a4e60 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # ECE 3570 Lab -## Unknown Status of Fixes +## Things to fix -* Only two registers are being written to, first two within simulation is not being written to \ No newline at end of file +* Make RAM write edge-triggered only + * RTL_RAM is what it needs to be showing as, since VIvado will recognize it as such +* Make ROM asyncronous (can be read at any time) + * RTL_ROM is what it needs to be showing as, since VIvado will recognize it as such +* Get rid of if statememnts in RAM and ROM +* Get programs working properly