efabless / caravel_mgmt_soc_litex

https://caravel-mgmt-soc-litex.readthedocs.io/en/latest/
Apache License 2.0
24 stars 14 forks source link

add instructions to README.md on how to run tests #32

Open mattvenn opened 2 years ago

mattvenn commented 2 years ago

tests are confusing, what is the difference between tests-standalone and tests-caravel I'm unable to run any tests the run.sh and run-all.sh scripts fail running make from the individual test directories fail, how to run these tests?

mattvenn commented 2 years ago

@suppamax - can you comment on what steps you took to run the new irq test? I want to approve your PR but I can't even run the test!

suppamax commented 2 years ago

I think the only necessary step is to define the DESIGNS variable.

I have the following structure

├── caravel
    ├── caravel
    ├── caravel_mgmt_soc_litex
    └── caravel_user_project

and for me DESIGNS = /path/to/caravel

Hope this helps.