From 2554b628739953fe5725a18b1190e86f66816d00 Mon Sep 17 00:00:00 2001 From: Mahesh Asolkar Date: Thu, 26 Dec 2024 22:31:55 -0800 Subject: [PATCH] Initial README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0546327 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Sample UVM testbench + +This is a simple testbench using UVM framework. + +`Makefile` uses the Verilator simulator to build and run the testbench.