Skip to main content
Glama

EDA Tools MCP Server

by NellyW8

simulate_verilog

Simulate Verilog designs and testbenches using Icarus Verilog to validate functionality, analyze outputs, and debug hardware behavior. Integrates with EDA Tools MCP Server for comprehensive electronic design automation workflows.

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/MCP4EDA'

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