Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

vyges-loom — CLI reference

Generated from vyges-loom --help. Do not edit by hand — run scripts/gen-cli-reference.sh.

vyges-loom 0.1.29 (1a40a2f)

The shared design-data foundation — the "loom" the engines weave on. Parses the
standard formats once into a shared in-memory design database. Common, design-wide
commands live here; tool-specific verbs (timing, power, extraction, …) belong to
the engines (built on the vyges_loom library).

USAGE:
  vyges-loom <command> [files...] [options]

COMMANDS:
  inspect <files...>   parse files into the design DB and summarize
  check   <files...>   parse-validate files; non-zero exit on any parse error
  version              print version
  help                 print this help

FILE TYPES (by extension):
  .v / .sv   netlist       .json  netlist (Yosys write_json)
  .lib       liberty       .sdc   constraints
  .spef      parasitics    .lef/.tlef  tech-LEF   .def  DEF

OPTIONS:
  --json        machine-readable output (inspect)
  -q, --quiet   fewer diagnostics (repeatable)
  -v, --verbose more diagnostics (repeatable)
  -h, --help    this help
  -V, --version version

Report a bug:      https://github.com/vyges/community/issues/new?labels=bug
Request a feature: https://github.com/vyges/community/issues/new?labels=enhancement
© 2026 Vyges. All Rights Reserved.  https://vyges.com

Contract

Generated from vyges-loom --describe.

loom

shared design-data foundation — parse netlist / Liberty / SDC / SPEF / LEF / DEF into the design DB

Maturity: structured

Assertion: none; this operation establishes no engineering claim

Provenance limitations

  • Reports what the named files contain; it does not verify that they describe the same design, nor that they are the files a flow actually consumed.