Skip to main content
Glama

EDA Tools MCP Server

by NellyW8

simulate_verilog

Run Verilog code simulations with Icarus Verilog by providing design and testbench code. Enable testing and validation of hardware designs within the EDA Tools MCP Server.

Instructions

Simulate Verilog code using Icarus Verilog

Input Schema

NameRequiredDescriptionDefault
testbench_codeYesThe testbench code
verilog_codeYesThe Verilog design code

Input Schema (JSON Schema)

{ "properties": { "testbench_code": { "description": "The testbench code", "type": "string" }, "verilog_code": { "description": "The Verilog design code", "type": "string" } }, "required": [ "verilog_code", "testbench_code" ], "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