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-sta-si — CLI reference

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

vyges-sta-si — sign-off static timing analysis with signal integrity

usage:
  vyges-sta-si run   JOB    [-o OUT] [--json] [--fail-on-violation]
  vyges-sta-si check JOB
  vyges-sta-si demo         [-o OUT] [--json]
  vyges-sta-si tcl   SCRIPT [-o OUT] [--json] [--fail-on-violation]   (experimental)

`tcl` runs an OpenSTA-style TCL *subset* (read_liberty/verilog/spef/sdc + inline SDC +
report_checks/report_wns/report_tns) through the Vyges engine — EXPERIMENTAL; not a TCL
interpreter and not a drop-in for LibreLane's corner.tcl. See docs/opensta-integration.md.

flags:
  -o FILE               write output to FILE (default: stdout)
  --json                machine-readable JSON instead of the text report
  --fail-on-violation   exit 3 if WNS < 0 (CI timing gate)
  -q, --quiet           suppress non-essential output
  -v, --verbose         extra detail on stderr
  -h, --help            show this help
  -V, --version         show version
  --bug-report     file a bug (central: vyges/community)
  --feature-request request a feature (central)
  --sponsor        sponsor Vyges (github.com/sponsors/vyges-ip)
  --star           star this tool on GitHub ⭐