linx-pycircuit
仓库创建 2026年2月7日最近提交 23 天前SkillHot 收录 22 天前
▸ 精选理由
对编译器通路和仿真管线修改提供严格集成与日志规范。
这个 Skill 做什么
针对 pyCircuit/MLIR 的方言、passes 与构建集成的变更与验证流程。
用于 tools/pyCircuit 子模块的开发、方言或 passes 改动和集成验证,场景包括改编编译流程或仿真管线并验证多 .pyc 构建。强调先定位问题再打开精细日志,避免生成过多无用日志,并做好 MLIR/pyCircuit 的回归和集成测试。目标是改动可控、验证充分、不影响 bring-up 车道。
▸ 展开 SKILL.md 英文原文
pyCircuit and MLIR workflow for submodule `tools/pyCircuit`. Use when changing pyCircuit dialect, passes, compiler flows, or simulation pipelines, and when validating multi-.pyc build and integration behavior.
1
Stars
3
Forks
11
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/LinxISA/linx-skills/main/linx-pycircuit/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/LinxISA/linx-skills/main/linx-pycircuit/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Linx pyCircuit ## Overview Use this skill for `tools/pyCircuit` development, flow validation, and integration checks against Linx bring-up lanes. ## Log / trace hygiene (strict) - Avoid generating excessive large logs. - Do not start broad pyCircuit/QEMU/LinxCore logging from the beginning of execution unless no narrower reproducer exists. - First localize the point of interest, then enable only the minimum trace/log surface needed for that window. - Keep artifacts bounded: smallest case set, shortest timeout, narrowest commit window, and no duplicate log streams unless they are required for correlation. - Treat generated logs/traces as disposable debugging artifacts. Remove large outp
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有