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
-
Notifications
You must be signed in to change notification settings - Fork 7
YosysHQ/yosys-tests
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Collection of test cases for Yosys
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published