# yosys-tests **Repository Path**: jasonsdr/yosys-tests ## Basic Information - **Project Name**: yosys-tests - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-21 - **Last Updated**: 2021-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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 ```