From 8f23a6e197a367c1d675ad13dd2e2728ba5e6072 Mon Sep 17 00:00:00 2001 From: laraibkhan-lm <73219142+laraibkhan-lm@users.noreply.github.com> Date: Thu, 21 Jan 2021 15:06:03 +0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9a35e8e..78d28749 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ Snapshots are placed in `$BUILD_PATH` directory. ``` make -f $RV_ROOT/tools/Makefile sbt ``` -This command will generate the Quasar wrapper in system verilog of Quasar chisel, in the `generated_rtl` directory and runs the `reset_script.py` +This command will generate the Quasar wrapper in system verilog in the `generated_rtl` directory and runs the `reset_script.py` * In the reset_script we do a post verilog-generation changes, these changes are as follows: * Replace `posedge reset` with `negedge reset`