quartus

quartus is a skill for Claude Code, Codex from ProfYangShengXu/nuedc-skills. It costs 54 tokens per session (6,291 once invoked), scanned A, original, MIT.

A guide to using Intel Quartus II or Quartus Prime, software for designing and programming FPGA and CPLD hardware.

In plain words
What is it for?
Use it to install Quartus, create projects, write Verilog or VHDL, assign pins, analyze timing, debug with SignalTap, and program supported devices.
Why use it?
It brings the hardware-development steps and setup details into one place, from writing HDL code through timing checks and device programming.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code; mentions Codex.

Good fit Use it to install Quartus, create projects, write Verilog or VHDL, assign pins, analyze timing, debug with SignalTap, and program supported devices.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/profyangshengxu/nuedc-skills/quartus
Install

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.

Any agent
npx skills add ProfYangShengXu/nuedc-skills --skill quartus
Clone the repo
git clone --depth 1 https://github.com/ProfYangShengXu/nuedc-skills

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for quartus

README.md
[![agentmods](https://agentmods.dev/badge/skills/profyangshengxu/nuedc-skills/quartus/github.svg)](https://agentmods.dev/skills/profyangshengxu/nuedc-skills/quartus)
Your own site
<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.

agentmods 80×15 button for quartus

Your own site · 80×15
<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>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,291 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 9d ago against content hash 88643765eb9c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

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.

.reasonix/skills/quartus/SKILL.md · 666 lines

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

Read the full file on GitHub · 666 lines

Changes

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.

  1. 9d ago First seen · 666 lines · 54 tokens per session scan A 88643765eb9c

Subscribe to this mod's changes

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.