From 3030839c42fb79efd8b2f2e87083e26c37d9847e Mon Sep 17 00:00:00 2001 From: Donald Sebastian Leung Date: Tue, 25 Aug 2020 13:38:31 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88b0f85..e50ac92 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Support for the RV32I base ISA and RV32M extension are planned and well underway ## Known Issues - 21/08/2020: Verification passes unconditionally, even in the presence of obvious bugs. This is due to the `rvfi.valid` signal from the CPU being held at constant 0. Suitable instruction and data buses as well as interrupt signals have not been wired to Minerva which is likely preventing the core and verification from functioning properly -- 25/08/2020: Interrupts have been hardwired to zero and instruction/data buses attached to the Minerva core; however, running the verification completely hangs the machine. Possible culprit: huge number of `Assume` statements on memory values +- 25/08/2020: Interrupts have been hardwired to zero and instruction/data buses attached to the Minerva core; however, running the verification quickly exhausts available memory on a machine with 32G RAM. Possible culprit: huge number of `Assume` statements on memory values ## License