partcleda

Boson Dse — Development skill for Claude Code

Development community

Sweep clock period and RTL parameters through boson and report the area/power/timing tradeoff.

How to install Boson Dse

Installs to ~/.claude/skills/partcleda-boson-explore-plugin-boson-dse/SKILL.md

Terminal
mkdir -p ~/.claude/skills/partcleda-boson-explore-plugin-boson-dse && curl -fsSL https://raw.githubusercontent.com/partcleda/boson-explore-plugin/HEAD/commands/boson-dse.md -o ~/.claude/skills/partcleda-boson-explore-plugin-boson-dse/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Boson Dse does


description: Sweep clock period and RTL parameters through boson and report the area/power/timing tradeoff. argument-hint: [--rtl path] [--liberty path] [--periods ns,ns,...] [--presets a,b,...]

Run a boson design-space-exploration sweep using `skills/boson-timing-power-tradeoff/scripts/boson_dse.py`. If the user gave arguments below, pass them straight through to the script; otherwise use the bundled picorv32 example (`designs/picorv32/picorv32.v`, top `picorv32`) with a sensible defau

Alternatives in Development

  • Stakeholder Map — Build stakeholder maps with power/interest grid and comms plan 7.8k ★
  • Param Discover — Discover hidden HTTP parameters on a URL or list of URLs using Arjun (or x8 fallback) 4.5k ★
  • Portaljs Add Chart — Add a chart (line, bar, area, pie, or scatter) to a dataset's showcase in a PortalJS portal 2.3k ★

Full documentation available on GitHub

View Source Repository