Skip to main content
Glama

创建 PDS LED Blink 工程

fpga_pds_create_blink_project

Creates a PDS LED blink project for your exact FPGA board, generating RTL, FDC, and .pds from mandatory family/device/package/speedgrade to avoid hardware mismatch.

Instructions

创建面向真实板卡的 LED blink PDS 工程,生成 RTL、FDC 和 .pds。器件无关:必须提供完整目标器件 family/device/speedgrade/package(由用户/Target Profile 给定,工具不内置默认)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNo顶层模块名,默认 top
nameNo工程名/flow id,默认 fab_blink
forceNo目标目录非空时是否删除重建,默认 false
vccioNoIO VCCIO,默认 3.3
clkPinYes时钟引脚,例如 D18
deviceYesPDS device(必填)。目标板物理信息,由用户/Target Profile 提供,工具不替你猜。
familyYesPDS family(必填)。目标板物理信息,来自用户/Target Profile,工具不内置默认。
ledPinsYesLED 引脚数组,例如 [A20,C19,C18,E18,A17]
packageYesPDS package 器件封装(必填)。必须是该板真实封装,工具不替你猜(猜错会与真实器件错配,构建失败)。
clkFreqMhzNo板载时钟频率(MHz),生成 create_clock 的目标频率,默认 50;让时序分析针对真实频率(否则 PDS 按标称默认分析,timing.met 空判)
counterBitNoLED 分频起始位,默认 24
ioStandardNoIO standard,默认 LVCMOS33
projectDirYes目标工程目录绝对路径;目录不存在则创建
speedgradeYesPDS speedgrade(必填)。目标板物理信息,来自用户/Target Profile。
Behavior3/5

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

With no annotations provided, the description carries the full disclosure burden. It usefully discloses the side-effect scope (generates RTL/FDC/.pds) and, importantly, that the tool refuses to guess device parameters ('工具不内置默认', '工具不替你猜'). However, it does not disclose overwrite behavior for an existing project directory (only hinted at by the force parameter) or whether the tool invokes PDS tooling beyond file generation.

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

Conciseness5/5

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

Two dense sentences with zero filler: the first front-loads the action and deliverables, the second delivers the critical invocation constraint. Every clause earns its place, and the most decision-relevant fact (no built-in device defaults) is placed prominently.

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

Completeness3/5

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

The schema's deep 100% parameter coverage (directory creation, force deletion, timing implications) compensates for most parametric gaps, and the description covers purpose plus the key no-defaults constraint. But with no output schema and no annotations, the agent is left uncertain about the success return value, whether the PDS flow is actually executed, and error behavior when required device info is absent — notable gaps for a 14-parameter mutation tool.

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 description coverage is 100%, so the schema already documents all 14 parameters with rich detail (e.g., clkFreqMhz's effect on create_clock and timing.met, projectDir's auto-create behavior, package mismatch leading to build failure). The description adds only the meta-rule that the four device parameters must be supplied as a complete set from user/Target Profile, which marginally reinforces but does not go beyond the schema text.

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 a specific verb and resource: '创建面向真实板卡的 LED blink PDS 工程' and enumerates the concrete deliverables (RTL、FDC 和 .pds). The '真实板卡' (real board) qualifier plus the LED-blink scope clearly differentiate it from the generic sibling fpga_pds_create_project, while the device-agnostic note ('工具不内置默认') sets it apart from flows that assume device defaults.

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 implies the usage context — it is for real-board LED blink project creation and explicitly preconditions that complete family/device/speedgrade/package must come from the user or Target Profile. However, it never names alternatives or states when-not-to-use; with ~45 siblings including fpga_pds_create_project, the agent must infer the boundary between generic project creation and blink-specific creation rather than being told.

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/Renkos1/pango-mcp'

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