The Die Wise is a sophisticated tool designed for semiconductor manufacturing professionals to accurately estimate the number of usable dies per wafer. This project provides an interactive web-based interface that allows users to input various wafer and die parameters, visualize the die layout on a wafer, and calculate key yield metrics.
- Interactive Input: Easily adjust die size, wafer diameter, edge exclusion, and other critical parameters.
- Real-time Calculation: Instantly see how parameter changes affect the die yield.
- Visual Wafer Map: A color-coded representation of die placement on the wafer, including good, partial, and excluded dies.
- Yield Estimation: Calculate the estimated yield based on defect density.
- Responsive Design: Works seamlessly on desktop and mobile devices.
- Frontend: React with TypeScript
- Styling: Tailwind CSS
- UI Components: Custom components (Button, Input, Select, etc.)
- Canvas Rendering: HTML5 Canvas for wafer map visualization
-
Clone the repository:
git clone https://github.com/arangates/die-wise.git
-
Navigate to the project directory:
cd die-wise
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open
http://localhost:3000
in your browser to view the application.
- Enter the die dimensions (width and height) in millimeters.
- Specify the scribe lane widths (horizontal and vertical).
- Select the wafer diameter from the dropdown menu.
- Adjust the edge exclusion zone width.
- Input the expected defect density.
- (Optional) Adjust the manual wafer placement shifts.
- Toggle die centering as needed.
- View the calculated results and wafer map visualization.
- Use the "Reset" button to return to default values.
- Good Dies: Fully usable dies within the productive wafer area.
- Partial Dies: Dies that partially fall within the productive area.
- Excluded Dies: Dies in the edge exclusion zone.
- Yield Estimation: Based on defect density and die area.
This project is licensed under the MIT License.
- Inspired by the needs of semiconductor manufacturing professionals -Wafer Map Estimation using Murphy’s Model of Die Yield
For questions, suggestions, or support, please open an issue in the GitHub repository