Skip to main content
Glama

find_drivers

Identify all drivers for a specified signal to assist with X/Z state debugging in Xcelium simulations.

Instructions

Find all drivers of a signal (useful for X/Z debugging).

Args: signal: Full hierarchical signal path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
signalYes

Implementation Reference

  • The handler function that executes the "drivers" command on the bridge.
    async def find_drivers(signal: str) -> str:
        """Find all drivers of a signal (useful for X/Z debugging).
    
        Args:
            signal: Full hierarchical signal path.
        """
        bridge = _get_bridge()
        result = await bridge.execute(f"drivers {signal}")
        return result
  • Tool registration using @mcp.tool() decorator.
    @mcp.tool()

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/hslee-cmyk/xcelium-mcp'

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