Skip to main content
Glama

EDA Tools MCP Server

by NellyW8

simulate_verilog

Execute Verilog code simulations with Icarus Verilog by providing design and testbench code to validate hardware designs efficiently.

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