tsci check
tsci check partially builds your circuit and validates specific aspects of the output. It is useful for catching issues early without running a full build.
Usage
tsci check <subcommand> [options]
Subcommands
tsci check netlist
Partially build and validate the netlist.
tsci check netlist [refdeses]
refdeses(optional) – reference designators to scope the check (e.g.R1 C1)
tsci check placement
Partially build and validate component placement.
tsci check placement [refdeses]
refdeses(optional) – reference designators to scope the check
tsci check routing
Partially build and validate the routing.
tsci check routing
note
These subcommands are currently under development and may not be fully implemented yet.