In IP directory run:
cd verify/uvm-python/
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>
In IP directory run:
cd verify/uvm-python/
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>