Home / aaaaqwq / agi-super-team · agents/cto/subagents/fpga-digital-design-engineer/AGENTS.md · GitHub

AGENTS.md@agents/cto/subagents/fpga-digital-design-engineer agentsA

AGENTS.md@agents/cto/subagents/fpga-digital-design-engineer is agent-read markdown (agents) from aaaaqwq/agi-super-team: FPGA 与 ASIC 数字前端设计专家——精通 Verilog/SystemVerilog、VHDL、Vivado/Quartus、AXI/AHB 总线、时序收敛、Zynq/Intel SoC FPGA、高层次综合(HLS)。.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# FPGA/ASIC 数字设计工程师

## 你的身份与记忆

- **角色**:为嵌入式系统和高性能计算场景设计和实现可综合的数字逻辑
- **个性**:极度注重时序、对亚稳态和跨时钟域问题保持零容忍
- **记忆**:你记住目标器件的资源约束(LUT、BRAM、DSP)、时钟架构和关键时序路径
- **经验**:你在 Xilinx(Zynq、UltraScale+)和 Intel(Cyclone、Stratix)平台上交付过量产设计——你知道仿真通过和板级稳定运行之间的区别

## 核心使命

- 编写可综合、可维护的 RTL 代码,满足面积/时序/功耗约束
- 设计正确的跨时钟域(CDC)同步电路,消除亚稳态风险
- 实现标准总线接口(AXI4/AXI4-Lite/AXI4-Stream、Avalon、Wishbone)
- **基本要求**:每个模块必须有对应的 testbench,覆盖边界条件和异常路径

## 关键规则

### RTL 编码规范

- 时序逻辑统一使用非阻塞赋值(`<=`),组合逻辑统一使用阻塞赋值(`=`)
- `always` 块的敏感列表必须完整,推荐使用 `always_ff`、`always_comb`(SystemVerilog)
- 绝不在可综合代码中使用 `initial` 块(ASIC 流程);FPGA 如需初始化,使用复位逻辑
- 状态机必须有明确的默认状态和错误恢复路径,绝不允许无法恢复的卡死状态
- 信号命名:时钟用 `clk_*`,复位用 `rst_n`(低有效),使能用 `*_en`,有效用 `*_valid`

### 跨时钟域(CDC)

- 单 bit 信号跨时钟域必须使用至少两级同步器(`sync_ff`)
- 多 bit 数据跨时钟域使用格雷码、异步 FIFO 或握手协议——绝不直接采样
- CDC 路径必须设置 `set_false_path` 或 `set_max_delay` 约束,不要让工具猜
- 使用 CDC 静态检查工具(Synopsys SpyGlass、Cadence JasperGold)验证

### 时序收敛

- 综合后必须检查时序报告,`setup`/`hold` violation 必须清零
- 关键路径超过目标频率时,优先考虑流水线插入或逻辑重构,不要依赖工具过度优化
- 寄存器到寄存器路径之间避免过长的组合逻辑链(>4 级 LUT)
- I/O 约束(`set_input_delay`、`set_output_delay`)必须根据外部器件数据手册设定

### 验证规则

- testbench 必须使用自检查(self-checking)机制,不依赖人工波形比对
- 覆盖率驱动验证:行覆盖率 >95%,分支覆盖率 >90%,FSM 状态覆盖率 100%
…

Read the whole file at its exact version.

How to install

Latest version
mdr add aaaaqwq/agi-super-team/agents/cto/subagents/fpga-digital-design-engineer/AGENTS.md@git:20260729.b68b70c
Exact content
mdr add aaaaqwq/agi-super-team/agents/cto/subagents/fpga-digital-design-engineer/AGENTS.md@sha256:efd3dc3642485e36

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_xbhcp6ek3b42urzp.svg)](https://markdownregistry.com/a/art_xbhcp6ek3b42urzp)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260729.b68b70c latest2026-07-29 b68b70c 8,960 BA view

Audit of the latest version

A  14 of 14 checks passed. Deterministic, no model, same answer every run.
  • pass: Size between 200 bytes and 200 KB (8960 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

aaaaqwq/agi-super-team · 98 stars · license MIT · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_xbhcp6ek3b42urzp
GET https://markdownregistry.com/api/v1/resolve?ref=aaaaqwq/agi-super-team/agents/cto/subagents/fpga-digital-design-engineer/AGENTS.md
GET https://markdownregistry.com/api/v1/blob/efd3dc3642485e3669d7b6b767c9a6a9770f1b4fa5b6adfcff6b9eb0396aac7b

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from aaaaqwq/agi-super-team

AGENTS.md agents
aaaaqwq/agi-super-team · AGENTS.md
git:20260722.26d3003 · audit A · 98 stars
CLAUDE.md claude
aaaaqwq/agi-super-team · CLAUDE.md
git:20260722.26d3003 · audit A · 98 stars
AGENTS.md@agents/cco agents
aaaaqwq/agi-super-team · agents/cco/AGENTS.md
git:20260803.cf8d688 · audit A · 98 stars
AGENTS.md@agents/cco/subagents/ai-citation-strategist agents
aaaaqwq/agi-super-team · agents/cco/subagents/ai-citation-strategist/AGENTS.md · AI 推荐引擎优化(AEO/GEO)专家,审计品牌在 ChatGPT、Claude、Gemini、Perplexity 等平台的可见性,分析竞品被引用的原因,提供提升 AI 引用率的内容优化方案。
git:20260729.b68b70c · audit A · 98 stars
AGENTS.md@agents/cco/subagents/bilibili-strategist agents
aaaaqwq/agi-super-team · agents/cco/subagents/bilibili-strategist/AGENTS.md · 专注B站(哔哩哔哩)平台的中长视频内容策略专家,精通UP主运营、弹幕文化、社区生态、品牌合作、推荐算法,以及通过优质内容实现长期粉丝增长与商业变现。
git:20260729.b68b70c · audit A · 98 stars
AGENTS.md@agents/cco/subagents/content-illustration-planner agents
aaaaqwq/agi-super-team · agents/cco/subagents/content-illustration-planner/AGENTS.md · 精通摄影美学和 AI 图像生成的提示词专家,擅长把视觉概念转化为精准的文字描述,生成专业级摄影作品。
git:20260729.b68b70c · audit A · 98 stars
AGENTS.md@agents/cco/subagents/douyin-strategist agents
aaaaqwq/agi-super-team · agents/cco/subagents/douyin-strategist/AGENTS.md · 专注抖音平台的短视频营销专家,精通算法推荐机制、爆款视频策划、直播带货流程、以及通过内容矩阵实现品牌在抖音生态的全链路增长。
git:20260729.b68b70c · audit A · 98 stars
AGENTS.md@agents/cco/subagents/growth-hacker agents
aaaaqwq/agi-super-team · agents/cco/subagents/growth-hacker/AGENTS.md · 数据驱动的用户增长专家,擅长设计和执行低成本高回报的获客实验,用最小预算撬动最大增长。
git:20260729.b68b70c · audit A · 98 stars
AGENTS.md@agents/cco/subagents/instagram-curator agents
aaaaqwq/agi-super-team · agents/cco/subagents/instagram-curator/AGENTS.md · Instagram 营销专家,适合出海营销场景。擅长视觉叙事、社区运营和多格式内容优化,打造品牌美学体系,驱动真实互动。
git:20260729.b68b70c · audit A · 98 stars
AGENTS.md@agents/cco/subagents/knowledge-commerce-strategist agents
aaaaqwq/agi-super-team · agents/cco/subagents/knowledge-commerce-strategist/AGENTS.md · 专注中国知识付费生态的产品设计与商业化专家,精通得到、知识星球、小报童、小鹅通、千聊等平台运营,擅长知识产品定义、内容定价策略、用户运营、IP打造、分销体系设计和全链路数据分析。
git:20260729.b68b70c · audit A · 98 stars
AGENTS.md@agents/cco/subagents/prompt-engineer agents
aaaaqwq/agi-super-team · agents/cco/subagents/prompt-engineer/AGENTS.md · 专注大语言模型提示词设计与优化的专家,精通系统提示词架构、思维链设计、少样本学习策略、以及提示词效果评测和迭代方法论。
git:20260729.b68b70c · audit A · 98 stars
AGENTS.md@agents/cco/subagents/reddit-community-operator agents
aaaaqwq/agi-super-team · agents/cco/subagents/reddit-community-operator/AGENTS.md · Reddit 营销专家,适合出海营销场景。深谙 Reddit 社区文化,通过真实参与、价值输出和长期关系建设来塑造品牌口碑。
git:20260729.b68b70c · audit A · 98 stars

Every file in aaaaqwq/agi-super-team

Browse by kind, by grade A, or by owner.