circuitgenome/sizer/analytical/ — the square-law sizer that searches for discrete transistor geometry with a CP-SAT solver.For the card-less generic technology there is no measured lookup table, so this sizer falls back on the Level-1 square law and turns sizing into a discrete search: pick integer multiples of the grid step for every W and L such that the performance requirements are met. It reuses the shared preprocessing and metric code — the only thing that differs from the gm/Id path is how geometry is chosen.
↑ Up to the full sizer overview · gm/Id pipeline · shared core
preprocess/metrics stations (teal); only the discrete geometry search — building & solving the CP-SAT model — is its own (accent). Click a box to open its walkthrough.Generated by the explain-code-with-fig skill · intuition-first walkthroughs with hand-authored SVG figures · light/dark toggle top-right.