From d24e2d2c8b26ee606af893cb44824b34e8c941ae Mon Sep 17 00:00:00 2001 From: rkao Date: Wed, 12 Nov 2008 21:29:57 +0000 Subject: [PATCH] Found bugs 5 and 6 today --- testCode/hardwareBugs.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/testCode/hardwareBugs.txt b/testCode/hardwareBugs.txt index 12c6938..9faf47b 100644 --- a/testCode/hardwareBugs.txt +++ b/testCode/hardwareBugs.txt @@ -24,3 +24,14 @@ Fixed: 5) The C flag is not yet implemented. Noted: 11 Nov 2008 Fixed: + +6) In gaspL:rqStage{sch}, a torpedo resets the OLC to zero asynchronously +with respect to the fireR. There may be a metastability problem here. +Noted: 12 Nov 2008 +Fixed: + +7) In fifoL:splitStart{sch} When the FIFO fills up and succA is asserted +but not acknowledged, the alternator will assert succB and overwrite the +data intended for A. +Noted: 12 Nov 2008 +Fixed: -- 1.7.10.4