Skip to main content
Glama

EDA Tools MCP Server

by NellyW8

view_waveform

Analyze and visualize VCD waveform files using GTKWave to debug and verify electronic designs. Specify the project ID and VCD file path to streamline waveform inspection in your EDA workflow.

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" }
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