HEX: A Hierarchical Circuit Extractor

Author: Oyang, Yen-Jen

Year: 1984

Degree: Master's thesis

Advisor: Bryant, Randal E.

Committee Member: Unknown, Unknown

Option: Computer Science

DOI: 10.7907/mptd-b683

Abstract

This report describes the algorithm, implementation, and performance of a hierarchical circuit extractor, HEX, for Metal-Oxide Semiconductor (MOS) layout designs at Caltech. The input to HEX is a layout design in Caltech Intermediate Form (CIF), a hierarchical layout description language, and the output is a hierarchical netlist describing the circuit. HEX avoids redundant work by finding out the repetitive cells in the input CIF file. To handle overlapping instances, HEX modifies the hierarchy in the CIF file to generate a new one without overlapping instances. HEX then traverses the resulting hierarchical structure, calls a flat extractor to extract leaf cells and composes cells bottom up to get the circuit information of the whole chip.

Files