# pyosys-tests **Repository Path**: osEDA/pyosys-tests ## Basic Information - **Project Name**: pyosys-tests - **Description**: pyosys tests - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-13 - **Last Updated**: 2021-05-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README PYOSYS tests ============ These tests are possible to run with installed Yosys (with pyosys support enabled): ``` git clone https://github.com/YosysHQ/pyosys-tests cd pyosys-tests make ``` Also it is possible to run tests within Yosys tree by executing: ``` make pystests ``` Please note that Yosys needs to be built with `ENABLE_PYOSYS=1` enabled