Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add ProfYangShengXu/nuedc-skills --skill quartusgit clone --depth 1 https://github.com/ProfYangShengXu/nuedc-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/profyangshengxu/nuedc-skills/quartus)<a href="https://agentmods.dev/skills/profyangshengxu/nuedc-skills/quartus"><img src="https://agentmods.dev/badge/skills/profyangshengxu/nuedc-skills/quartus/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/profyangshengxu/nuedc-skills/quartus"><img src="https://agentmods.dev/badge/skills/profyangshengxu/nuedc-skills/quartus.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00054 | $0.06291 |
| Opus 5 | $0.00027 | $0.03145 |
| Sonnet 5 | $0.00011 | $0.01258 |
| Haiku 4.5 | $0.00005 | $0.00629 |
Grade A, and why
quartus scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 666 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Intel Quartus II / Quartus Prime FPGA 开发全能技能
Quartus II 13.1 ~ Quartus Prime 24.x — FPGA/CPLD 全流程开发 电赛 FPGA 题目必备:Verilog → 综合 → 引脚分配 → 时序约束 → SignalTap 调试 → 烧录
📦 一、下载与安装
1.1 版本选择
| 版本 | FPGA 支持 | 大小 | 电赛适用 |
|---|---|---|---|
| Quartus II 13.1 SP1 | Cyclone IV / MAX II/V | ~6 GB | ⭐ 最常用(轻量) |
| Quartus II 18.1 | Cyclone V / MAX 10 | ~15 GB | 中等 |
| Quartus Prime Lite 24.x | Cyclone 10 LP / MAX 10 | ~20 GB | 新器件 |
| Quartus Prime Pro | Agilex / Stratix 10 | ~50 GB | 高级(电赛不需要) |
电赛推荐: Quartus II 13.1 SP1 — 支持 Cyclone IV EP4CE6/EP4CE10/EP4CE15,体积小,兼容主流开发板。
1.2 下载
官方下载 (需注册 Intel 账号):
https://www.intel.com/content/www/us/en/software-kit/711791/intel-quartus-ii-web-edition-design-software-version-13-1-for-windows.html
选择:
QuartusSetupWeb-13.1.0.162.exe (~1.7 GB — 主程序)
cyclone-13.1.0.162.qdz (~600 MB — Cyclone IV 器件库)
cyclonev-13.1.0.162.qdz (~1.5 GB — Cyclone V 器件库)
备用: 百度网盘搜索 "Quartus II 13.1 下载"
1.3 安装步骤
注意: 安装路径不能有中文、空格、特殊符号!
推荐: C:\intelFPGA\13.1\
1. 以管理员身份运行 QuartusSetupWeb-13.1.0.162.exe
2. Next → I accept the agreement
3. 安装路径: C:\intelFPGA\13.1
4. 组件选择: ☑ Quartus II + ☑ ModelSim-Altera Starter
5. 等待安装完成 (15-30 分钟)
6. 安装器件库:
双击 cyclone-13.1.0.162.qdz
或: 工具 → Install Devices → 选择 .qdz 文件
7. ✔ 完成
1.4 USB-Blaster 驱动安装
插入 USB-Blaster 下载器:
1. 打开设备管理器 → 其他设备 → USB-Blaster (有黄色感叹号)
2. 右键 → 更新驱动 → 浏览我的电脑
3. 路径: C:\intelFPGA\13.1\quartus\drivers\usb-blaster
4. 安装 → 确认
5. 验证: 设备管理器显示 "Altera USB-Blaster" 且无感叹号
1.5 验证安装
:: 检查版本
"C:\intelFPGA\13.1\quartus\bin64\quartus_sh.exe" --version
:: 列出已安装器件
"C:\intelFPGA\13.1\quartus\bin64\quartus_sh.exe" --list-devices
:: 查看帮助
"C:\intelFPGA\13.1\quartus\bin64\quartus_sh.exe" --help
🛠 二、CLI 命令速查表
2.1 核心命令行工具
| 工具 | 功能 | 对应 GUI 操作 |
|---|---|---|
quartus_map |
分析与综合 (Analysis & Synthesis) | Processing → Start → Analysis & Synthesis |
quartus_fit |
适配/布局布线 (Fitter) | Processing → Start → Fitter |
quartus_asm |
生成烧录文件 (Assembler) | Processing → Start → Assembler |
quartus_sta |
静态时序分析 (TimeQuest) | Processing → Start → TimeQuest |
quartus_pow |
功耗分析 (PowerPlay) | Processing → Start → PowerPlay |
quartus_cdb |
生成调试数据库 | 自动 |
quartus_sh |
Quartus Shell (脚本入口) | — |
quartus_cpf |
文件格式转换 | File → Convert Programming Files |
quartus_pgm |
烧录/编程 | Tools → Programmer |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 666 lines · 54 tokens per session scan A 88643765eb9c
quartus is a skill published in the GitHub repository ProfYangShengXu/nuedc-skills (2 stars, last pushed 27d ago), licensed MIT. It adds 54 tokens to every session and 6,291 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
hwcontract
Use when firmware has timing or level requirements you can measure against a spec: pulse widths on a WS2812/NeoPixel strip, DShot ESC, servo, I2C, NEC IR, DS18B20/DHT sensor, A4988/DRV8825 stepper, PWM fan, HC-SR04, when a board prints a boot log over serial (ESP32, ESP8266, Zephyr, MicroPython, u-boot, Raspberry Pi…
embedded-engineer
(oh-my-embedded) Senior embedded systems engineer. ESP32/STM32, FreeRTOS, RF design, power management, peripheral interfaces. Use for any embedded/firmware/electronics/hardware question.
firmware-debugger
(oh-my-embedded) Firmware debugging via GDB and serial monitor. Breakpoints, memory inspection, stack traces, JTAG/SWD. Requires debug probe.
pcb-designer
(oh-my-embedded) PCB design with KiCad. Schematic capture, component placement, trace routing, DRC, Gerber export, JLCPCB BOM. Requires KiCad installed.
component-sourcer
(oh-my-embedded) Electronic component search, BOM optimization, alternative parts finder. Searches JLCPCB/LCSC, Nexar/Octopart catalogs.
embedded-review
(oh-my-embedded) Embedded firmware code review. Memory safety, ISR correctness, RTOS pitfalls, peripheral interfaces, C/C++ UB traps. Severity P0-P3.