Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 401 Bytes

README.md

File metadata and controls

18 lines (18 loc) · 401 Bytes

Run cocotb UVM Testbench:

In IP directory run:

cd verify/uvm-python/
To run testbench for design with certain bus type

To run all tests:

make run_all_tests BUS_TYPE=<bus_type>

To run a certain test:

make run_<test_name> BUS_TYPE=<bus_type>

To run all tests with a tag:

make run_all_tests TAG=<new_tag> BUS_TYPE=<bus_type>