tree: 4fbe40074d51bda17507cb79bc06ac9c78d68973 [path history] [tgz]
  1. architecture/
  2. backends/
  3. bigsim/
  4. equiv/
  5. frontends/
  6. misc/
  7. regression/
  8. simple/
  9. verific/
  10. yosys/
  11. Makefile
  12. README.md
  13. report.py
SVIncCompil/Testcases/YosysTests/README.md

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