mirror of https://github.com/efabless/caravel.git
1c48f527b8 | ||
---|---|---|
.. | ||
hex_files | ||
tests | ||
wb_models/housekeepingWB | ||
.gitignore | ||
Makefile | ||
README.md | ||
caravel.py | ||
caravel_tests.py | ||
caravel_top.sv | ||
common.py | ||
cpu.py | ||
defsParser.py | ||
logic_analyzer.py | ||
pli.tab | ||
run.py | ||
tests.json |
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