From c47a3c6ccbf0884e20b49718803848725b22b155 Mon Sep 17 00:00:00 2001 From: Fangjia Shen <50934207+FJShen@users.noreply.github.com> Date: Mon, 9 Sep 2024 23:37:50 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0bced90..61c0808 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -The code in this project was tested with sbt version 1.8 or mill version 0.10.12. +The code in this project was tested with verilator version 4.038 and sbt version 1.8 or mill version 0.10.12. # Prerequisites - verilator (for running the testbenches) @@ -24,4 +24,4 @@ mill raytracer.test or ``` sbt test -``` \ No newline at end of file +```