Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

ChipAgent

ChipAgent에는 xsw632에서 수집한 skills 20개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
20
Stars
2
업데이트
2026-06-11
Forks
0
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

chipyard-pnr-docker-test
전기 엔지니어

Run full Chipyard-to-ORFS PnR flow for large designs (SmallBOOM etc.) using All-Mock memory blackboxing in Docker: generate RTL, preprocess nosram, run multi-round ORFS synth->finish with mock SRAMs to avoid OOM.

2026-06-11
chipyard-docker
컴퓨터 하드웨어 엔지니어

Docker Chipyard flow: generate RTL from a Chipyard config via Docker, run SRAM mapping, stage artifacts into MyDesign, and hand off to PnR.

2026-05-29
chipyard-pnr-docker
컴퓨터 하드웨어 엔지니어

Run full Chipyard-to-ORFS PnR flow with multi-round parameter iteration in Docker: generate RTL from Chipyard Docker, preprocess nosram+SRAM override, run 3 rounds of ORFS synth→finish on sky130hd with progressive clock/utilization/density tuning for optimal PPA.

2026-05-29
chipyard-pnr-local
컴퓨터 하드웨어 엔지니어

Run full Chipyard-to-ORFS PnR flow with multi-round parameter iteration: generate RTL from Chipyard with ENABLE_YOSYS_FLOW, preprocess nosram+SRAM override, run 3 rounds of ORFS synth→finish on sky130hd with progressive clock/utilization/density tuning for optimal PPA.

2026-05-29
chipyard-pnr
컴퓨터 하드웨어 엔지니어

Unified Chipyard PnR flow: automatically routes to local or Docker workflow based on backend_mode setting.

2026-05-29
chipyard
컴퓨터 하드웨어 엔지니어

Unified Chipyard flow: automatically routes to local or Docker workflow based on backend_mode setting.

2026-05-29
sync-back
컴퓨터 하드웨어 엔지니어

Sync modified files from a ChipAgent local project (e.g. ChipAgent-Test) back to the ChipAgent source repo. Scans all mapped directories, diffs each file, presents a summary table, and asks user which items to copy back.

2026-05-29
chipyard-local
컴퓨터 하드웨어 엔지니어

Local Chipyard flow: generate RTL from a local Chipyard installation, run SRAM mapping, stage artifacts into MyDesign, and hand off to PnR.

2026-05-28
chipyard-rtl
소프트웨어 개발자

Generate Verilog RTL from a local Chipyard installation. Elaborates a Rocket Chip config (e.g. TinyRocketConfig) and produces split Verilog files with memory configuration.

2026-05-11
compile
소프트웨어 개발자

Compile a named Chisel module to Verilog using sbt, outputting to the module's workspace directory.

2026-05-11
debug
소프트웨어 개발자

Analyze simulation failures by cross-referencing workspace artifacts and producing a structured debug report with fix suggestions.

2026-05-11
generate
소프트웨어 개발자

Turn a natural language hardware description into Chisel source files. Parses requirements, confirms spec, and generates Scala code (no compile/lint/sim).

2026-05-11
initialize
소프트웨어 개발자

Detect local toolchain versions and write .chipagent/env.json with capability flags. Updates CLAUDE.md Tech Stack table with detected versions.

2026-05-11
lint
소프트웨어 개발자

Run Verilator lint checks on generated Verilog for a named module in its workspace directory.

2026-05-11
pnr
소프트웨어 개발자

Run ORFS make flow on sky130hd for synthesis, place-and-route, and GDS export. Produces timing/power/area reports and GDS file.

2026-05-11
requirement-parser
소프트웨어 개발자

Parse natural language hardware descriptions into structured JSON specifications, writing the result to workspace/<ModuleName>/spec.json.

2026-05-11
simulate
소프트웨어 개발자

Run Verilator simulation for a named module using its workspace testbench and generated Verilog.

2026-05-11
sram-mapping
소프트웨어 개발자

Analyze Verilog RTL to identify SRAM macro instances and determine their mapping to sky130hd process SRAM macros or standard-cell alternatives.

2026-05-11
testbench
전기 엔지니어

Generate a C++ Verilator testbench from a module's spec.json, reading the spec from the workspace directory.

2026-05-11
workflow
전기 엔지니어

Full auto-toolchain: parse, generate Chisel, compile, lint, testbench, simulate, report.

2026-05-11