# EDA-Parsers **Repository Path**: oscc-project/parser ## Basic Information - **Project Name**: EDA-Parsers - **Description**: 开源EDA工具和算法开发中的标准文件格式解析器,包含Verilog(netlist),Liberty,VCD,SPEF,SDF - **Primary Language**: C++ - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 5 - **Created**: 2023-07-17 - **Last Updated**: 2025-01-15 ## Categories & Tags **Categories**: chips **Tags**: None ## README # iEDA-parser parsers extracted from iEDA ### Compile and Run - compile ``` mkdir build && cd build cmake .. make ``` - run ``` cd bin ./iEDA-parser ``` ### More information ``` for more information, please refer to iEDA: https://gitee.com/oscc-project/iEDA ```