Skip to content

Commit

Permalink
remove verify instructions from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
NouranAbdelaziz committed Feb 13, 2025
1 parent 8e3991b commit 509030c
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,21 +308,3 @@ You can install the IP either by cloning this repository or by using [IPM](https
|parity_error_flag|output|1|Parity error flag|
|overrun_flag|output|1|Overrun flag|
|timeout_flag|output|1|Timeout flag|
## Run cocotb UVM Testbench:
In IP directory run:
```shell
cd verify/uvm-python/
```
##### To run testbench for design with certain bus type
To run all tests:
```shell
make run_all_tests BUS_TYPE=<bus_type>
```
To run a certain test:
```shell
make run_<test_name> BUS_TYPE=<bus_type>
```
To run all tests with a tag:
```shell
make run_all_tests TAG=<new_tag> BUS_TYPE=<bus_type>
```

0 comments on commit 509030c

Please sign in to comment.