From cc92ca34196823df9c85ec86f97e7f600310fea0 Mon Sep 17 00:00:00 2001 From: Bill Flynn <52765606+openpowerwtf@users.noreply.github.com> Date: Thu, 28 Jul 2022 10:22:27 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cc7e0b..93d8981 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ * for now, /rel is the original and /dev has updates: * compiles with verilator, iverilog, yosys - * runs original simple boot code up to test invocation with cocotb (A2L2 interface partially implemented in Python) + * runs simple version of kernel/bios/random test with cocotb (A2L2 interface partially implemented in Python) and Verilog core wrapper (A2L2<->mem interface) + * verilator builds, but does not simulate correctly ## To Do