Home Knowledge Base Lot merging is a fab scheduling operation that combines multiple smaller wafer lots into a single larger lot for joint processing, trading equipment-changeover time for the loss of individual lot identity and added traceability burden.

Lot merging is a fab scheduling operation that combines multiple smaller wafer lots into a single larger lot for joint processing, trading equipment-changeover time for the loss of individual lot identity and added traceability burden. Semiconductor equipment changeovers — reloading a different recipe, chemistry, or reticle set — can consume hours of tool time in which no wafers are processed, so a scheduler that can process compatible lots back-to-back under a single setup captures that idle time as usable throughput. Lot merging is the mechanism that makes that possible: instead of running Lot A, changing over, then running Lot C, the scheduler physically or logically combines A and C into one lot and processes all wafers under a single continuous setup.

Merge criteria. Lots are only eligible to merge if they are process-compatible in every dimension the tool step cares about: identical product specification, compatible priority levels (so a high-priority lot is not delayed by being folded into a lower-priority merge), wafers within an acceptable date/queue-time range of each other, matching quality requirements, and — where contractually required — explicit customer approval, since merging can affect how lot-level yield and quality data are attributed back to the originating order.

The traceability cost. The central risk of lot merging is that it weakens the one-to-one mapping between a lot ID and a physical, homogeneous group of wafers that fab genealogy systems are built around. Once wafers from Lot A and Lot C are merged and co-processed, a contamination event, tool excursion, or quality escape affecting the merged lot potentially implicates every wafer in it, even though only a subset may actually share the root-cause exposure. Fabs manage this with genealogy tracking: the manufacturing execution system (MES) records the merge event, the constituent source lots, and (where the process allows) which specific wafers came from which source lot, so that if a defect is later traced to the merge, engineers can still narrow the investigation using wafer-level records rather than treating the entire merged quantity as equally suspect.

Split-after-merge and re-identification. Many fabs merge lots only for the duration of a shared process step and then split them back into their original lot identities immediately afterward, preserving customer-level order tracking for all downstream steps while still capturing the setup-time benefit at the merged step. This "merge for one step, split immediately after" pattern is common precisely because it captures most of the scheduling benefit while minimizing the traceability exposure window to a single process step rather than the remainder of the flow.

Scheduling tradeoffs. Lot merging is a scheduling optimization, not a free efficiency gain: waiting for a compatible lot to merge with can itself introduce queue-time delay, which matters for time-sensitive process steps (post-implant anneal windows, moisture-sensitive queue limits, oxidation-sensitive surfaces) where the wait for a merge partner can cost more in quality risk than the changeover time it saves. Production schedulers weigh merge opportunities against these queue-time constraints, and advanced scheduling systems increasingly automate the merge-eligibility check so that only genuinely compatible, time-safe lots are proposed for merging rather than relying on manual judgment calls at the tool.

FactorMerged lot processingSeparate lot processing
Changeover countReduced (one setup for combined quantity)One setup per lot
Equipment utilizationHigher, less idle changeover timeLower, more idle time per small lot
TraceabilityWeakened; requires genealogy trackingPreserved at native lot granularity
Contamination exposureAffects full merged quantityConfined to the single affected lot
Best usedCompatible, low-risk, time-safe lots at bottleneck stepsTime-sensitive, quality-critical, or customer-restricted lots
<svg viewBox="0 0 760 470" xmlns="http://www.w3.org/2000/svg" font-family="Segoe UI, Arial, sans-serif">
  <rect x="1" y="1" width="758" height="468" rx="14" fill="#07131b" stroke="#1c3b4a" stroke-width="2"/>
  <text x="380" y="38" text-anchor="middle" fill="#e8f6ff" font-size="20" font-weight="600">Lot Merging: Capturing Changeover Time</text>
  <text x="380" y="60" text-anchor="middle" fill="#7fb3c9" font-size="13">Compatible lots combine for one setup, then split back for genealogy</text>

  <!-- before -->
  <g transform="translate(60,90)">
    <text x="100" y="-10" text-anchor="middle" fill="#e8f6ff" font-size="13" font-weight="600">Before Merge</text>
    <rect x="0" y="0" width="200" height="36" fill="#264a5e" stroke="#5aa7c7" stroke-width="1.5"/>
    <text x="100" y="23" text-anchor="middle" fill="#eaf6ff" font-size="11">Lot A — 25 wf (Cust. X)</text>
    <rect x="0" y="46" width="200" height="36" fill="#3a3a44" stroke="#6d6d7a" stroke-width="1.5"/>
    <text x="100" y="69" text-anchor="middle" fill="#e6e6ee" font-size="11">Lot B — 20 wf (Cust. Y)</text>
    <rect x="0" y="92" width="200" height="36" fill="#264a5e" stroke="#5aa7c7" stroke-width="1.5"/>
    <text x="100" y="115" text-anchor="middle" fill="#eaf6ff" font-size="11">Lot C — 30 wf (Cust. X)</text>
    <text x="100" y="150" text-anchor="middle" fill="#ff9a9a" font-size="10">3 changeovers required</text>
  </g>

  <g transform="translate(310,155)">
    <line x1="0" y1="0" x2="70" y2="0" stroke="#7fb3c9" stroke-width="2.5"/>
    <polygon points="70,0 60,-6 60,6" fill="#7fb3c9"/>
    <text x="35" y="-10" text-anchor="middle" fill="#7fb3c9" font-size="10">merge A+C</text>
  </g>

  <!-- after -->
  <g transform="translate(420,90)">
    <text x="120" y="-10" text-anchor="middle" fill="#e8f6ff" font-size="13" font-weight="600">After Merge</text>
    <rect x="0" y="20" width="240" height="60" fill="#264a5e" stroke="#63e6be" stroke-width="2"/>
    <text x="120" y="45" text-anchor="middle" fill="#eaf6ff" font-size="12">Lot A+C — 55 wf (Cust. X)</text>
    <text x="120" y="65" text-anchor="middle" fill="#8ff2d3" font-size="10">single continuous setup</text>
    <rect x="0" y="92" width="240" height="36" fill="#3a3a44" stroke="#6d6d7a" stroke-width="1.5"/>
    <text x="120" y="115" text-anchor="middle" fill="#e6e6ee" font-size="11">Lot B — 20 wf, processed separately</text>
    <text x="120" y="150" text-anchor="middle" fill="#8ff2d3" font-size="10">1 changeover eliminated</text>
  </g>

  <text x="380" y="230" text-anchor="middle" fill="#7fb3c9" font-size="12">Genealogy log records source lots; split back to A and C after the shared step</text>

  <g transform="translate(60,270)">
    <text x="320" y="0" text-anchor="middle" fill="#e8f6ff" font-size="13" font-weight="600">Merge Eligibility</text>
    <rect x="0" y="20" width="150" height="40" rx="6" fill="#1e2a33" stroke="#3f7a97" stroke-width="1.5"/>
    <text x="75" y="45" text-anchor="middle" fill="#eaf6ff" font-size="10">Same product spec</text>
    <rect x="160" y="20" width="150" height="40" rx="6" fill="#1e2a33" stroke="#3f7a97" stroke-width="1.5"/>
    <text x="235" y="45" text-anchor="middle" fill="#eaf6ff" font-size="10">Compatible priority</text>
    <rect x="320" y="20" width="150" height="40" rx="6" fill="#1e2a33" stroke="#3f7a97" stroke-width="1.5"/>
    <text x="395" y="45" text-anchor="middle" fill="#eaf6ff" font-size="10">Within date range</text>
    <rect x="480" y="20" width="160" height="40" rx="6" fill="#1e2a33" stroke="#3f7a97" stroke-width="1.5"/>
    <text x="560" y="45" text-anchor="middle" fill="#eaf6ff" font-size="10">Customer approval</text>
  </g>
</svg>

Net effect. Lot merging is a targeted tool for capturing idle changeover time at bottleneck steps, applied selectively where the compatibility criteria and traceability discipline can be maintained — not a blanket batching strategy, since the genealogy and queue-time costs scale with how aggressively lots are combined.

lot mergingbatch combinationmanufacturing scheduling

Explore 500+ Semiconductor & AI Topics

From EUV lithography to CUDA optimization — search the full knowledge base or chat with our AI assistant.