Skip to main content
Glama

EDA Tools MCP Server

by NellyW8

view_waveform

Visualize and analyze VCD waveform files using GTKWave viewer. Input a project ID and VCD filename to inspect simulation results and debug electronic designs efficiently.

Instructions

Open VCD waveform file in GTKWave viewer

Input Schema

NameRequiredDescriptionDefault
project_idYesProject ID from simulation (required)
vcd_fileNoVCD filename (default: output.vcd)output.vcd

Input Schema (JSON Schema)

{ "properties": { "project_id": { "description": "Project ID from simulation (required)", "type": "string" }, "vcd_file": { "default": "output.vcd", "description": "VCD filename (default: output.vcd)", "type": "string" } }, "required": [ "project_id" ], "type": "object" }

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