Mask Generation and DRC

Source doc can be found at: https://docs.google.com/document/d/1ZS5bjdoCn44r_l2MRa-WB74HD4ZpJ85C6W1FY36Ok1k/edit?tab=t.0

Our Maskless Photolithography Stepper uses a DLP projector to create a pattern.

To accelerate the mask generation process for the needs of massive iterations in test patterns/ device dimensions for process development purposes, and achieve cross-tile alignment in the tiling technique. We explored methods, from existing EDA tools (KLayout) to developing programs using open source packages (PHIDL), to improve mask designing tools to be scalable, optimized, and automated.

Additionally, the masks created may not create components with the expected behavior. Design Rule Checking (DRC) is a crucial step when laying out circuits, and ensures the expected behavior of circuits by checking the distance, area, length, etc. of different blocks of material in different layers. For example, having metal blocks with different potentials too close to each other can lead to large parasitics, and having n-well taps too close to each other can result in them being combined.

Last updated