sv-tests icon indicating copy to clipboard operation
sv-tests copied to clipboard

Suggested README updates

Open wsnyder opened this issue 4 years ago • 1 comments

Please consider improving the README with:

  • How to use RUNNERS= to run just one runner - I figured it out but would be nice to document it.

  • How to run one test, e.g.

    ./tools/runner --runner Verilator --test tests/chapter-11/11.10.1--string_copy.sv

(it would be nice if --out could be assumed from the --test name, so didn't show that above.)

wsnyder avatar Nov 16 '19 19:11 wsnyder

I agree that some updates would be good.

Maybe also list the requirements, e.g. some instructions how to fulfill those.

pip3 install -U --user -r conf/requirements.txt

towoe avatar Jan 31 '20 08:01 towoe