Skip to main content
Glama

Simulate with VWF

quartus_simulate_vwf

Run Quartus II simulation using vector source files (VWF, CVWF, VEC, TBL, SCF, VCD) in functional or timing mode, with optional functional netlist generation.

Instructions

Run Quartus II simulation using a .vwf/.cvwf/.vec/.tbl/.scf/.vcd vector source. For functional simulation, it can first generate the functional simulation netlist with quartus_map.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
installRootNoQuartus root. Accepts either the Quartus install directory or its parent.
use64bitNoUse quartus/bin64 when available. Defaults to true.
projectPathNoPath to a .qpf file or project directory.
projectDirNoProject directory. Relative paths are resolved from the workspace root.
projectNameNoQuartus project name without .qpf.
revisionNoQuartus revision name. Defaults to the active revision in the .qpf.
vwfFileNoVector source file. Defaults to VECTOR_INPUT_SOURCE or VECTOR_WAVEFORM_FILE from the QSF.
modeNoSimulation mode. Defaults to functional.
generateFunctionalNetlistNoRun quartus_map --generate_functional_sim_netlist before functional simulation. Defaults to true for functional mode.
checkOutputsNoPass --check_outputs=on/off.
overwriteWaveformNoPass --overwrite_waveform=on/off. Defaults to true.
resultsFormatNoSimulation results format.
simArgsNoExtra arguments appended to quartus_sim.
timeoutSecondsNo
maxOutputBytesNo
dryRunNo
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must carry the full behavioral burden. It indicates the tool runs simulation and can generate a netlist, but does not disclose side effects (e.g., file modifications), system requirements, or whether existing results are overwritten. This is minimal disclosure for a complex simulation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, concise and front-loaded with the core purpose. It avoids redundancy but could benefit from slight restructuring to improve scannability. Every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 16 parameters with 0 required and no output schema, the description is too brief. It omits default behaviors, parameter interdependence, and expected output format. A tool of this complexity needs more context for an agent to use it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 81%, so the schema already documents most parameters. The description adds context by listing supported vector file formats and noting that functional netlist generation can be triggered. However, it does not elaborate on other parameters like dryRun or timeoutSeconds beyond what is in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'Run Quartus II simulation using a .vwf/.cvwf/.vec/.tbl/.scf/.vcd vector source.' This clearly specifies the action (simulate) and resource (vector waveform file), distinguishing it from sibling tools that handle project creation, programming, or other flows.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description mentions 'For functional simulation, it can first generate the functional simulation netlist with quartus_map,' giving a usage hint but lacks explicit guidance on when to use this tool instead of alternatives like quartus_run_flow or quartus_run_stage. No when-not-to-use or exclusion criteria are provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/alglb123/quartus91-mcp'

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