# Mask Generation and DRC

Our Maskless Photolithography Stepper uses a DLP projector to create a pattern.&#x20;

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.&#x20;

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.&#x20;

<figure><img src="https://2353182699-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXgXjz6D0Vz2o0EOp8JO5%2Fuploads%2FTStLJVWBogv6VSmRdl86%2FScreenshot%20from%202025-09-09%2013-01-19.png?alt=media&#x26;token=4d917d60-7391-4131-b50a-5c08eea34a2a" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hackerfab.org/home/fab-toolkit/electronic-design-automation/mask-generation-and-drc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
