caravel/verilog/dv/cocotb
M0stafaRady 1c48f527b8 add bitbang_spi_o tests 2022-10-01 12:39:54 -07:00
..
hex_files add bitbang_spi_o tests 2022-10-01 12:39:54 -07:00
tests add bitbang_spi_o tests 2022-10-01 12:39:54 -07:00
wb_models/housekeepingWB Adding cocotb evironment with tests and scripts to run 2022-09-30 03:52:34 -07:00
.gitignore remove AN.DB folder from git hub 2022-09-30 03:52:34 -07:00
Makefile Adding cocotb evironment with tests and scripts to run 2022-09-30 03:52:34 -07:00
README.md simple readme 2022-09-30 03:52:34 -07:00
caravel.py fix bug assert csb before reset for the GL sim to work 2022-10-01 12:36:02 -07:00
caravel_tests.py fix bug assert csb before reset for the GL sim to work 2022-10-01 12:36:02 -07:00
caravel_top.sv Adding cocotb evironment with tests and scripts to run 2022-09-30 03:52:34 -07:00
common.py Adding cocotb evironment with tests and scripts to run 2022-09-30 03:52:34 -07:00
cpu.py add bitbang_spi_o tests 2022-10-01 12:39:54 -07:00
defsParser.py Adding cocotb evironment with tests and scripts to run 2022-09-30 03:52:34 -07:00
logic_analyzer.py Adding cocotb evironment with tests and scripts to run 2022-09-30 03:52:34 -07:00
pli.tab Adding cocotb evironment with tests and scripts to run 2022-09-30 03:52:34 -07:00
run.py update run script to delete vcs files before test run 2022-10-01 12:28:52 -07:00
tests.json add bitbang_spi_o tests 2022-10-01 12:39:54 -07:00

README.md

How to run test:

Navigate to the cocotb directory and run the following command

To run test :

python3 run.py -t <test/s> -sim <type of simulation/s RTL GL or GL_SDF> -tag

Or

python3 run.py --test <test/s> -sim <type of simulation/s RTL GL or GL_SDF> -tag

To run regression

python3 run.py -r -tag

Or

python3 run.py --regression -tag

Notes

Tests and regressions can be used in the same command

Tests and regressions can be found under cocotb/tests.json