Corner Stitching: a Data Structuring Technique for VLSI Layout Tools

  • Authors:
  • John K. Ousterhout

  • Affiliations:
  • -

  • Venue:
  • Corner Stitching: a Data Structuring Technique for VLSI Layout Tools
  • Year:
  • 1983

Quantified Score

Hi-index 0.00

Visualization

Abstract

Corner stitching is a technique for representing rectangular two-dimensional objects. It appears to be especially well-suited for interactive editing systems for VLSI layouts. The data structure has two important features: first, empty space is represented explicitly; and second, rectangular areas are stitched together at their corners like a patchwork quilt. This organization results in fast algorithms (linear time or better) for searching, creation, deletion, stretching, and compaction. The algorithms are presented under a simplified model of VLSI circuits, and the storage requirements of the structure are discussed. Measurements indicate that corner stitching requires approximately three times as much memory space as the simplest possible representation.