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.
원문 언어: 영어
메뉴
SkillsMP는 xsw632/ChipAgent에서 20개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 20개 중 20개를 표시합니다.
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.
원문 언어: 영어
Docker Chipyard flow: generate RTL from a Chipyard config via Docker, run SRAM mapping, stage artifacts into MyDesign, and hand off to PnR.
원문 언어: 영어
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…
원문 언어: 영어
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…
원문 언어: 영어
Unified Chipyard PnR flow: automatically routes to local or Docker workflow based on backend_mode setting.
원문 언어: 영어
Unified Chipyard flow: automatically routes to local or Docker workflow based on backend_mode setting.
원문 언어: 영어
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.
원문 언어: 영어
Local Chipyard flow: generate RTL from a local Chipyard installation, run SRAM mapping, stage artifacts into MyDesign, and hand off to PnR.
원문 언어: 영어
Generate Verilog RTL from a local Chipyard installation. Elaborates a Rocket Chip config (e.g. TinyRocketConfig) and produces split Verilog files with memory configuration.
원문 언어: 영어
Compile a named Chisel module to Verilog using sbt, outputting to the module's workspace directory.
원문 언어: 영어
Analyze simulation failures by cross-referencing workspace artifacts and producing a structured debug report with fix suggestions.
원문 언어: 영어
Turn a natural language hardware description into Chisel source files. Parses requirements, confirms spec, and generates Scala code (no compile/lint/sim).
원문 언어: 영어
Detect local toolchain versions and write .chipagent/env.json with capability flags. Updates CLAUDE.md Tech Stack table with detected versions.
원문 언어: 영어
Run Verilator lint checks on generated Verilog for a named module in its workspace directory.
원문 언어: 영어
Run ORFS make flow on sky130hd for synthesis, place-and-route, and GDS export. Produces timing/power/area reports and GDS file.
원문 언어: 영어
Parse natural language hardware descriptions into structured JSON specifications, writing the result to workspace/<ModuleName>/spec.json.
원문 언어: 영어
Run Verilator simulation for a named module using its workspace testbench and generated Verilog.
원문 언어: 영어
Analyze Verilog RTL to identify SRAM macro instances and determine their mapping to sky130hd process SRAM macros or standard-cell alternatives.
원문 언어: 영어
Generate a C++ Verilator testbench from a module's spec.json, reading the spec from the workspace directory.
원문 언어: 영어
Full auto-toolchain: parse, generate Chisel, compile, lint, testbench, simulate, report.
원문 언어: 영어