Skip to content

OpenSourceEDA/yosys-tests

 
 

Repository files navigation

Running this tests with C++ coverage analysis

git clone [email protected]: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

About

Collection of test cases for Yosys

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Verilog 99.6%
  • Max 0.1%
  • Python 0.1%
  • Assembly 0.1%
  • SystemVerilog 0.1%
  • Shell 0.0%