Skip to main content
Glama

EDA Tools MCP Server

by NellyW8

run_openlane

Execute the full ASIC design flow from RTL to GDSII using OpenLane. Input Verilog code, design name, and optional parameters like clock period to generate ASIC layouts, with results viewable in KLayout.

Instructions

Run complete ASIC design flow using OpenLane (RTL to GDSII). This process can take up to 10 minutes.

Input Schema

NameRequiredDescriptionDefault
clock_periodNoClock period in nanoseconds
clock_portNoName of the clock portclk
design_nameYesName of the design (will be used for module and files)
open_in_klayoutNoAutomatically open result in KLayout
verilog_codeYesThe Verilog RTL code for ASIC implementation

Input Schema (JSON Schema)

{ "properties": { "clock_period": { "default": 10, "description": "Clock period in nanoseconds", "type": "number" }, "clock_port": { "default": "clk", "description": "Name of the clock port", "type": "string" }, "design_name": { "description": "Name of the design (will be used for module and files)", "type": "string" }, "open_in_klayout": { "default": true, "description": "Automatically open result in KLayout", "type": "boolean" }, "verilog_code": { "description": "The Verilog RTL code for ASIC implementation", "type": "string" } }, "required": [ "verilog_code", "design_name" ], "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