Update README.md

This commit is contained in:
laraibkhan-lm 2021-01-21 15:06:03 +05:00 committed by GitHub
parent cf1d9f3a58
commit 8f23a6e197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ Snapshots are placed in `$BUILD_PATH` directory.
``` ```
make -f $RV_ROOT/tools/Makefile sbt 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: * In the reset_script we do a post verilog-generation changes, these changes are as follows:
* Replace `posedge reset` with `negedge reset` * Replace `posedge reset` with `negedge reset`