Commit 3e1e4f91 by Clifford Wolf

Add README.md

Signed-off-by: Clifford Wolf <clifford@clifford.at>
parent e46bb7ff
Running this tests with C++ coverage analysis
---------------------------------------------
```
git clone git@github.com:YosysHQ/yosys.git yosys-cover
cd yosys-cover
# Building Yosys
make config-gcov
make -j$(nproc)
# Running built-in tests
make -j$(nproc) test
# Running yosys-tests
make -j$(nproc) ystests
# Generate coverage report
make coverage
# Display coverage data
xdg-open coverage_html/index.html
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment