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 pdk-store

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

vyges-pdk-store — consistent PDK presentation + resolution

usage:
  vyges-pdk-store list                                   list registered PDKs
  vyges-pdk-store show     <name|file.pdk.json>          show a PDK + its collateral
  vyges-pdk-store validate <file.pdk.json>               schema-validate a descriptor
  vyges-pdk-store add      <file.pdk.json> [--force]     register into the user store
  vyges-pdk-store deregister <name>                      remove a registration (keeps data)
  vyges-pdk-store use      <name> [--local]              set the selected (*) PDK (global, or ./.vyges)
  vyges-pdk-store resolve  <name|file> <key> [--corner C] [--library L]
                                                         print collateral path(s) for a flow
  vyges-pdk-store verify   <name|file>                   check collateral paths exist
  vyges-pdk-store fetch    <name|file> [--dry-run]       materialize PDK data (git mirror / Ciel)
  vyges-pdk-store refresh  [--dry-run]                   refresh the catalog from vyges-tools/pdk-catalog

keys for resolve: tech_lef | extract_rules | drc_deck | lvs_deck | primitives_spice |
                  models (per --corner) | lib (per --corner + --library) |
                  spice | gds | lef | verilog (per --library) | <any collateral key>

flags: --corner <name> · --library <name> · --force · --dry-run · --local · -h/--help · -V/--version
       -v/--verbose · -q/--quiet (stderr diagnostics; or set VYGES_LOG=off|error|warn|info|debug|trace)