Skip to main content
Glama

EDA Tools MCP Server

by NellyW8

read_openlane_reports

Analyzes OpenLane report files to extract PPA metrics, timing, routing quality, and design results. Specify a report category or retrieve all for comprehensive LLM-driven insights.

Instructions

Read OpenLane report files for LLM analysis. Returns all reports or specific category for detailed analysis of PPA metrics, timing, routing quality, and other design results.

Input Schema

NameRequiredDescriptionDefault
project_idYesProject ID from OpenLane run
report_typeNoSpecific report category to read (synthesis, placement, routing, final, etc.). Leave empty to read all reports.

Input Schema (JSON Schema)

{ "properties": { "project_id": { "description": "Project ID from OpenLane run", "type": "string" }, "report_type": { "default": "", "description": "Specific report category to read (synthesis, placement, routing, final, etc.). Leave empty to read all reports.", "type": "string" } }, "required": [ "project_id" ], "type": "object" }
Install Server

Other Tools from EDA Tools MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/NellyW8/mcp-EDA'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server