{"id":2523,"date":"2016-10-17T08:26:10","date_gmt":"2016-10-17T08:26:10","guid":{"rendered":"http:\/\/gf.com\/?page_id=2523"},"modified":"2026-03-02T14:09:37","modified_gmt":"2026-03-02T19:09:37","slug":"multi-project-wafer-program","status":"publish","type":"page","link":"https:\/\/gf.com\/manufacturing-services\/multi-project-wafer-program\/","title":{"rendered":"Multi-Project Wafer Program"},"content":{"rendered":"\n<div style=\"height:56px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center has-purple-color has-text-color has-link-color wp-elements-d5c5d448e93fde757a9cb43315596c7e\" id=\"1-what%E2%80%99s-new-in-globalshuttle\">About GlobalShuttle&nbsp;<\/h2>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-group is-content-justification-left is-nowrap is-layout-flex wp-container-core-group-is-layout-f286d47d wp-block-group-is-layout-flex\">\n<p class=\"has-wpdc-medium-font-size\"><style>&amp;lt;br>&amp;amp;lt;p>.odd { background-color: #909090; }&amp;amp;lt;\/p>&amp;lt;br>&amp;amp;lt;p>.grey-one { background-color: #efefef; }&amp;amp;lt;\/p>&amp;lt;br>&amp;amp;lt;p>td { width: 7.5%; }&amp;amp;lt;\/p>&amp;lt;br><\/style>GF\u2019s multi-project wafer (MPW) program aggregates multiple projects onto a single wafer, enabling customers to bring their differentiated chip designs to life with the global support of a proven semiconductor leader\u2014while avoiding the cost-limitations of test-silicon.<\/p>\n<\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Ready to scale with you <\/strong>with cost-effective solutions\u2014whether you\u2019re a new or existing GF customer, startup, or university partner.<strong> Ask about offers for new and existing customers<\/strong><\/li>\n\n\n\n<li><strong>Built to support your designs <\/strong>across all of GF&#8217;s technology platforms, through a trusted program embraced by industry leaders and GF&#8217;s <a href=\"https:\/\/gf.com\/gf-partner-community\/channel-partner-network\/\">Channel Partner<\/a> and <a href=\"https:\/\/gf.com\/gf-partner-community\/university-network\/\">University Networks<\/a><\/li>\n\n\n\n<li><strong>Evolved for your needs <\/strong>with increased shuttle frequency*, reduced minimum area requirements*, option to increase samples provided**, optimized customer education, incentives &amp; offers \u2014 and more<\/li>\n<\/ul>\n<\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center has-purple-color has-text-color has-link-color wp-elements-2971934ffea1cc3c8e3645125903fb6b\" id=\"1-what%E2%80%99s-new-in-globalshuttle\">What\u2019s new in GlobalShuttle<\/h2>\n\n\n\n<div style=\"height:37px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>MPW Features Grid<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            background: #ffffff;\n            min-height: 100vh;\n            padding: 80px 60px;\n            position: relative;\n        }\n\n        \/* Ensure margins are explicitly white *\/\n        html {\n            background: #ffffff;\n        }\n\n        .features-container {\n            max-width: 1034px;\n            margin: 0 auto;\n            background: #ffffff;\n            padding: 0;\n            border-radius: 0;\n            box-shadow: none;\n            backdrop-filter: none;\n            position: relative;\n            overflow: hidden;\n        }\n\n        @keyframes gradientShift {\n            0%, 100% { background-position: 0% 50%; }\n            50% { background-position: 100% 50%; }\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            grid-template-rows: repeat(2, 1fr);\n            gap: 20px;\n            width: 100%;\n        }\n\n        .feature-card {\n            background: #ffffff;\n            padding: 32px;\n            border-radius: 0;\n            position: relative;\n            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n            cursor: pointer;\n            border: 1px solid rgba(255, 96, 18, 0.1);\n            box-shadow: none;\n            overflow: hidden;\n        }\n\n        .feature-card:nth-child(1) { grid-column: 1; grid-row: 1; }\n        .feature-card:nth-child(2) { grid-column: 2; grid-row: 1; }\n        .feature-card:nth-child(3) { grid-column: 3; grid-row: 1; }\n        .feature-card:nth-child(4) { grid-column: 1; grid-row: 2; }\n        .feature-card:nth-child(5) { grid-column: 2; grid-row: 2; }\n        .feature-card:nth-child(6) { grid-column: 3; grid-row: 2; }\n\n        .feature-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(90deg, transparent 0%, rgba(255, 96, 18, 0.1) 50%, transparent 100%);\n            transition: left 0.6s ease;\n        }\n\n        .feature-card:hover::before {\n            left: 100%;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: \n                0 20px 40px rgba(0, 0, 0, 0.1),\n                0 0 0 1px rgba(255, 96, 18, 0.2);\n        }\n\n        .feature-title {\n            font-size: 20px;\n            font-weight: 700;\n            color: #333;\n            margin-bottom: 16px;\n            line-height: 1.2;\n            position: relative;\n            z-index: 1;\n        }\n\n        .highlight-orange {\n            color: #ff6012;\n            background: linear-gradient(135deg, #ff6012, #ff8a4a);\n            background-clip: text;\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            position: relative;\n        }\n\n        .feature-description {\n            font-size: 16px;\n            color: #666;\n            line-height: 1.3;\n            margin-bottom: 0;\n            position: relative;\n            z-index: 1;\n        }\n\n        .feature-card::after {\n            content: '';\n            position: absolute;\n            top: 16px;\n            right: 16px;\n            width: 0px;\n            height: 0px;\n            background: #ff6012;\n            border-radius: 50%;\n            opacity: 0;\n            transition: opacity 0.3s ease;\n        }\n\n        .feature-card:hover::after {\n            opacity: 1;\n        }\n\n        \/* Enhanced mobile responsiveness *\/\n        @media (max-width: 1400px) {\n            .features-container {\n                max-width: 100%;\n                margin: 0 40px;\n            }\n        }\n        \n        @media (max-width: 1024px) {\n            .features-grid {\n                grid-template-columns: repeat(2, 1fr);\n                grid-template-rows: repeat(3, 1fr);\n            }\n            \n            .feature-card:nth-child(1) { grid-column: 1; grid-row: 1; }\n            .feature-card:nth-child(2) { grid-column: 2; grid-row: 1; }\n            .feature-card:nth-child(3) { grid-column: 1; grid-row: 2; }\n            .feature-card:nth-child(4) { grid-column: 2; grid-row: 2; }\n            .feature-card:nth-child(5) { grid-column: 1; grid-row: 3; }\n            .feature-card:nth-child(6) { grid-column: 2; grid-row: 3; }\n        }\n\n        @media (max-width: 768px) {\n            .features-container {\n                margin: 0 30px;\n            }\n\n            .feature-card {\n                padding: 24px;\n            }\n\n            .feature-title {\n                font-size: 18px;\n            }\n\n            .feature-description {\n                font-size: 15px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            body {\n                padding: 40px 20px;\n            }\n\n            .features-grid {\n                grid-template-columns: 1fr;\n                grid-template-rows: repeat(6, 1fr);\n            }\n            \n            .feature-card:nth-child(1) { grid-column: 1; grid-row: 1; }\n            .feature-card:nth-child(2) { grid-column: 1; grid-row: 2; }\n            .feature-card:nth-child(3) { grid-column: 1; grid-row: 3; }\n            .feature-card:nth-child(4) { grid-column: 1; grid-row: 4; }\n            .feature-card:nth-child(5) { grid-column: 1; grid-row: 5; }\n            .feature-card:nth-child(6) { grid-column: 1; grid-row: 6; }\n\n            .feature-card {\n                padding: 20px;\n            }\n\n            .feature-title {\n                font-size: 16px;\n            }\n\n            .feature-description {\n                font-size: 14px;\n            }\n        }\n\n        \/* Subtle animations *\/\n        .feature-card {\n            animation: fadeInUp 0.6s ease forwards;\n            opacity: 0;\n            transform: translateY(20px);\n        }\n\n        .feature-card:nth-child(1) { animation-delay: 0.1s; }\n        .feature-card:nth-child(2) { animation-delay: 0.2s; }\n        .feature-card:nth-child(3) { animation-delay: 0.3s; }\n        .feature-card:nth-child(4) { animation-delay: 0.4s; }\n        .feature-card:nth-child(5) { animation-delay: 0.5s; }\n        .feature-card:nth-child(6) { animation-delay: 0.6s; }\n\n        @keyframes fadeInUp {\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"features-container\">\n        <div class=\"features-grid\">\n            <div class=\"feature-card\">\n                <h3 class=\"feature-title\"><span class=\"highlight-orange\">Increased shuttle frequency*<\/span><\/h3>\n                 <p class=\"feature-description\"> Align with your design cycle \u2013 without compromising manufacturability<\/p>\n            <\/div>\n\n            <div class=\"feature-card\">\n                <h3 class=\"feature-title\"><span class=\"highlight-orange\">Offers and incentives for new and existing customers<\/span><\/h3>\n                <p class=\"feature-description\">First-time and existing customers may be eligible for incentives on their initial GlobalShuttle run or when trying a new technology<\/p>\n            <\/div>\n\n            <div class=\"feature-card\">\n                <h3 class=\"feature-title\"><span class=\"highlight-orange\">Reduced minimum area requirements* and minimum MPW fees*  <\/span><\/h3>\n                <p class=\"feature-description\">Bring your design vision to life \u2013 at the scale you need<\/p>\n            <\/div>\n\n            <div class=\"feature-card\">\n                <h3 class=\"feature-title\"><span class=\"highlight-orange\">Optimized customer experience<\/span><\/h3>\n                 <p class=\"feature-description\">Revitalized education package for streamlined onboarding <\/p>\n            <\/div>\n\n            <div class=\"feature-card\">\n                <h3 class=\"feature-title\"><span class=\"highlight-orange\"> MPW to production incentives<\/span><\/h3>\n                <p class=\"feature-description\">Featuring new incentives for transitions from MPW to production<\/p>\n            <\/div>\n\n            <div class=\"feature-card\">\n                <h3 class=\"feature-title\"><span class=\"highlight-orange\"> Increased samples provided** <\/span><\/h3>\n                <p class=\"feature-description\">GlobalShuttle now offers the option to double die samples provided \u2013 up to 100 die \u2013 as part of the base MPW fee**<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n\n\n\n<div style=\"height:106px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center has-purple-color has-text-color has-link-color wp-elements-46614991aff81aa7944988ed370e6fb4\" id=\"1-what%E2%80%99s-new-in-globalshuttle\">2026 MPW schedule<\/h2>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>GlobalShuttle Schedule<\/title>\n  <style>\n    body {\n      font-family: Arial, sans-serif;\n      margin: 20px;\n      background-color: white;\n    }\n\n    .container {\n      position: relative;\n      max-width: 100%;\n      overflow: hidden;\n    }\n\n    table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    th {\n      background-color: #ffffff;\n      color: #333;\n      font-weight: bold;\n      padding: 8px;\n      text-align: center;\n      border-bottom: 2px solid #ff6012;\n      font-size: 12px;\n      text-transform: uppercase;\n    }\n\n    td {\n      padding: 8px;\n      text-align: center;\n      border-right: 1px solid #f5f5f5;\n      border-bottom: 1px solid #f5f5f5;\n      height: 30px;\n    }\n\n    td:first-child {\n      text-align: left;\n      font-weight: normal;\n      background-color: #f1f1f1;\n      font-size: 12px;\n      border-left: 1px solid #fff;\n    }\n\n    td:last-child {\n      border-right: none;\n    }\n\n    tr:last-child td {\n      border-bottom: none;\n    }\n\n    td.active {\n      background-color: #75d1d1;\n    }\n\n td.amfactive {\n      background-color: #350078;\n    }\n\n    @media (max-width: 768px) {\n      body {\n        margin: 10px;\n        font-size: 14px;\n      }\n\n      .container {\n        overflow-x: auto;\n        -webkit-overflow-scrolling: touch;\n      }\n\n      table {\n        min-width: 700px;\n        font-size: 11px;\n      }\n\n      th, td {\n        padding: 6px 4px;\n        font-size: 10px;\n        white-space: nowrap;\n      }\n\n      th:first-child, td:first-child {\n        position: sticky;\n        left: 0;\n        z-index: 2;\n        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);\n        min-width: 80px;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n  <div class=\"container\">\n    <table>\n      <thead>\n        <tr>\n          <th>Platform<\/th>\n          <th>Jan<\/th>\n          <th>Feb<\/th>\n          <th>Mar<\/th>\n          <th>Apr<\/th>\n          <th>May<\/th>\n          <th>Jun<\/th>\n          <th>Jul<\/th>\n          <th>Aug<\/th>\n          <th>Sep<\/th>\n          <th>Oct<\/th>\n          <th>Nov<\/th>\n          <th>Dec<\/th>\n        <\/tr>\n      <\/thead>\n      <tbody>\n        <tr>\n          <td>12nm<\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n        <\/tr>\n        <tr>\n          <td>22nm<\/td>\n          <td class=\"active\"><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td class=\"active\"><\/td>\n          <td class=\"active\"><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td class=\"active\"><\/td>\n          <td class=\"active\"><\/td>\n          <td class=\"active\"><\/td>\n        <\/tr>\n        <tr>\n          <td>110\/130nm<\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n        <\/tr>\n        <tr>\n          <td>130nm<\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n        <\/tr>\n        <tr>\n          <td>180nm<\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n        <\/tr>\n        <tr>\n          <td>180HVGaN<\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n        <\/tr>\n        <tr>\n          <td>130MVG<\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n        <\/tr>\n        <tr>\n          <td>28nm<\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n        <\/tr>\n        <tr>\n          <td>40nm<\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n        <\/tr>\n        <tr>\n          <td>55nm<\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n        <\/tr>\n        <tr>\n          <td>150nm<\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n        <\/tr>\n        <tr>\n          <td>45SPCLO<\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n        <\/tr>\n        <tr>\n          <td>45RFE<\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n        <\/tr>\n        <tr>\n          <td>45RFSOI<\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n        <\/tr>\n        <tr>\n          <td>9SW<\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n        <\/tr>\n        <tr>\n          <td>9SW-Slate<\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n        <\/tr>\n        <tr>\n          <td>90RFGaN<\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n        <\/tr>\n        <tr>\n          <td>9HP<\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n        <\/tr>\n        <tr>\n          <td>8XP<\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n        <\/tr>\n        <tr>\n          <td>130NSX1<\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n        <\/tr>\n        <tr>\n          <td>130RFGaN<\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n        <\/tr>\n        <tr>\n          <td>130CBIC<\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td><\/td>\n          <td class=\"active\"><\/td>\n          <td><\/td>\n        <\/tr>\n<tr>\n          <td>AMF MPW<\/td>\n          <td class=\"amfactive\"><\/td>\n          <td><\/td>\n          <td class=\"amfactive\"><\/td>\n          <td><\/td>\n          <td class=\"amfactive\"><\/td>\n          <td><\/td>\n          <td class=\"amfactive\"><\/td>\n          <td><\/td>\n          <td class=\"amfactive\"><\/td>\n          <td><\/td>\n          <td class=\"amfactive\"><\/td>\n          <td><\/td>\n        <\/tr>\n      <\/tbody>\n    <\/table>\n  <\/div>\n<\/body>\n<\/html>\n\n\n\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-medium-font-size\">Notes:<\/p>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-group is-content-justification-left is-nowrap is-layout-flex wp-container-core-group-is-layout-f286d47d wp-block-group-is-layout-flex\">\n<ol class=\"wp-block-list\">\n<li class=\"has-medium-font-size\"><mark style=\"background-color:#75d1d1\" class=\"has-inline-color has-yellow-color\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/mark> denotes the shuttle tapeout month once minimum demand is fulfilled. GF reserves the right to modify the plan in supporting customers.<\/li>\n\n\n\n<li class=\"has-medium-font-size\">GF customers can access the latest GlobalShuttle\u2122 MPW schedule via&nbsp;<a href=\"https:\/\/portal.myglobalfoundries.com\/discover\/mpw-schedule\/\" target=\"_blank\" rel=\"noreferrer noopener\">GF Connect<\/a>. For new customers, please&nbsp;click <a href=\"\/about-us\/contact-us\">here<\/a> to contact GF.<\/li>\n\n\n\n<li class=\"has-medium-font-size\"><mark style=\"background-color:#43007a\" class=\"has-inline-color has-yellow-color\">\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<\/mark> denotes AMF shuttle runs. Please submit GDS by 15th of the previous month to secure a slot in the shuttle. Max 3 DRC iterations by AMF. Any DRC violation must be waived by this date. For additional information on AMF shuttles, <a href=\"https:\/\/gf.com\/wp-content\/uploads\/2026\/02\/AMF-MPW-brochure_2026.pdf\">read the brochure<\/a>.<\/li>\n<\/ol>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:75px;width:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>CTA Section<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            background: #ffffff;\n            padding: 40px 20px;\n        }\n        .cta-container {\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        .cta-section {\n            background: linear-gradient(135deg, \n                #FF6012 0%, \n                #FF6012 25%, \n                #FF6012 50%, \n                #FF6012 75%, \n                #FF6012 100%);\n            padding: 50px 40px;\n            text-align: left;\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n            border-radius: 0;\n        }\n        .cta-section::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(\n                90deg,\n                transparent,\n                rgba(255, 255, 255, 0.2),\n                transparent\n            );\n            transition: left 0.8s;\n        }\n        .cta-section:hover::before {\n            left: 100%;\n        }\n        .cta-section:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 12px 30px rgba(255, 96, 18, 0.4);\n        }\n        .cta-title {\n            font-size: 28px;\n            font-weight: 700;\n            color: white;\n            margin-bottom: 16px;\n            line-height: 1.3;\n        }\n        .cta-description {\n            font-size: 18px;\n            color: white;\n            line-height: 1.6;\n            margin-bottom: 32px;\n            opacity: 0.95;\n        }\n        .cta-button {\n            background: white;\n            color: #ff6012;\n            border: none;\n            padding: 16px 32px;\n            font-size: 16px;\n            font-weight: 700;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            border-radius: 0;\n            text-decoration: none;\n            display: inline-block;\n        }\n        .cta-button:hover {\n            background: #ffffff;\n            transform: translateY(-2px);\n            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);\n        }\n        .cta-button:active {\n            transform: translateY(0);\n        }\n        @media (max-width: 768px) {\n            .cta-section {\n                padding: 40px 20px;\n            }\n            \n            .cta-title {\n                font-size: 24px;\n            }\n            \n            .cta-description {\n                font-size: 16px;\n                margin-bottom: 24px;\n            }\n            \n            .cta-button {\n                padding: 14px 28px;\n                font-size: 14px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"cta-container\">\n        <div class=\"cta-section\">\n            <h2 class=\"cta-title\">Looking to get started? Ask about offers and incentives for new and existing customers<\/h2>\n            <p class=\"cta-description\">Contact us or reach out to your GF representative to learn more about how you can partner with GF to get your prototype and product to market more affordably<\/p>\n            <a href=\"https:\/\/gf.com\/about-us\/contact-us\/\" class=\"cta-button\" target=\"_blank\" rel=\"noopener noreferrer\">Contact Us<\/a>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n\n\n\n<div style=\"height:47px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-wpdc-xxsmall-font-size\"><em><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-dark-gray-color\">*May vary by technology offering\u200b&nbsp;<\/mark><\/em><\/p>\n\n\n\n<p class=\"has-wpdc-xxsmall-font-size\"><em><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-dark-gray-color\">**Up to 100. May vary by customer\u200b&nbsp;<\/mark><\/em><\/p>\n\n\n\n<p class=\"has-wpdc-xxsmall-font-size\"><em><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-dark-gray-color\">***May not apply to University minimum areas<\/mark>&nbsp;<\/em><\/p>\n\n\n\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>About GlobalShuttle&nbsp; GF\u2019s multi-project wafer (MPW) program aggregates multiple projects onto a single wafer, enabling customers to bring their differentiated [&hellip;]<\/p>\n","protected":false},"author":33,"featured_media":2524,"parent":1139,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"market_tags":[],"page_type":[35],"class_list":["post-2523","page","type-page","status-publish","has-post-thumbnail","hentry","page_type-product",""],"acf":[],"mb":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Multi-Project Wafer Program | GlobalFoundries<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/gf.com\/manufacturing-services\/multi-project-wafer-program\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Multi-Project Wafer Program | GlobalFoundries\" \/>\n<meta property=\"og:description\" content=\"About GlobalShuttle&nbsp; GF\u2019s multi-project wafer (MPW) program aggregates multiple projects onto a single wafer, enabling customers to bring their differentiated [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gf.com\/manufacturing-services\/multi-project-wafer-program\/\" \/>\n<meta property=\"og:site_name\" content=\"GlobalFoundries\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/GLOBALFOUNDRIES\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-02T19:09:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/gf.com\/wp-content\/uploads\/2021\/07\/GF-Headers_Ecosystem-Services_Services_Multi-Project-Wafer-Program-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"474\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@GLOBALFOUNDRIES\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/gf.com\/manufacturing-services\/multi-project-wafer-program\/\",\"url\":\"https:\/\/gf.com\/manufacturing-services\/multi-project-wafer-program\/\",\"name\":\"Multi-Project Wafer Program | GlobalFoundries\",\"isPartOf\":{\"@id\":\"https:\/\/gf.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/gf.com\/manufacturing-services\/multi-project-wafer-program\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/gf.com\/manufacturing-services\/multi-project-wafer-program\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/gf.com\/wp-content\/uploads\/2021\/07\/GF-Headers_Ecosystem-Services_Services_Multi-Project-Wafer-Program-scaled.jpg\",\"datePublished\":\"2016-10-17T08:26:10+00:00\",\"dateModified\":\"2026-03-02T19:09:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/gf.com\/manufacturing-services\/multi-project-wafer-program\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/gf.com\/manufacturing-services\/multi-project-wafer-program\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/gf.com\/manufacturing-services\/multi-project-wafer-program\/#primaryimage\",\"url\":\"https:\/\/gf.com\/wp-content\/uploads\/2021\/07\/GF-Headers_Ecosystem-Services_Services_Multi-Project-Wafer-Program-scaled.jpg\",\"contentUrl\":\"https:\/\/gf.com\/wp-content\/uploads\/2021\/07\/GF-Headers_Ecosystem-Services_Services_Multi-Project-Wafer-Program-scaled.jpg\",\"width\":2560,\"height\":474,\"caption\":\"Multi-Project Wafer\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/gf.com\/manufacturing-services\/multi-project-wafer-program\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/gf.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Manufacturing Services\",\"item\":\"https:\/\/gf.com\/manufacturing-services\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Multi-Project Wafer Program\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/gf.com\/#website\",\"url\":\"https:\/\/gf.com\/\",\"name\":\"GlobalFoundries\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/gf.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/gf.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/gf.com\/#organization\",\"name\":\"GlobalFoundries\",\"url\":\"https:\/\/gf.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/gf.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/gf.com\/wp-content\/uploads\/2022\/03\/cropped-logo.png\",\"contentUrl\":\"https:\/\/gf.com\/wp-content\/uploads\/2022\/03\/cropped-logo.png\",\"width\":512,\"height\":512,\"caption\":\"GlobalFoundries\"},\"image\":{\"@id\":\"https:\/\/gf.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/GLOBALFOUNDRIES\",\"https:\/\/x.com\/GLOBALFOUNDRIES\",\"https:\/\/www.linkedin.com\/company\/globalfoundries\",\"https:\/\/www.youtube.com\/@globalfoundries\",\"https:\/\/www.instagram.com\/globalfoundries.corporate\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Multi-Project Wafer Program | GlobalFoundries","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/gf.com\/manufacturing-services\/multi-project-wafer-program\/","og_locale":"en_US","og_type":"article","og_title":"Multi-Project Wafer Program | GlobalFoundries","og_description":"About GlobalShuttle&nbsp; GF\u2019s multi-project wafer (MPW) program aggregates multiple projects onto a single wafer, enabling customers to bring their differentiated [&hellip;]","og_url":"https:\/\/gf.com\/manufacturing-services\/multi-project-wafer-program\/","og_site_name":"GlobalFoundries","article_publisher":"https:\/\/www.facebook.com\/GLOBALFOUNDRIES","article_modified_time":"2026-03-02T19:09:37+00:00","og_image":[{"width":2560,"height":474,"url":"https:\/\/gf.com\/wp-content\/uploads\/2021\/07\/GF-Headers_Ecosystem-Services_Services_Multi-Project-Wafer-Program-scaled.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@GLOBALFOUNDRIES","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/gf.com\/manufacturing-services\/multi-project-wafer-program\/","url":"https:\/\/gf.com\/manufacturing-services\/multi-project-wafer-program\/","name":"Multi-Project Wafer Program | GlobalFoundries","isPartOf":{"@id":"https:\/\/gf.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/gf.com\/manufacturing-services\/multi-project-wafer-program\/#primaryimage"},"image":{"@id":"https:\/\/gf.com\/manufacturing-services\/multi-project-wafer-program\/#primaryimage"},"thumbnailUrl":"https:\/\/gf.com\/wp-content\/uploads\/2021\/07\/GF-Headers_Ecosystem-Services_Services_Multi-Project-Wafer-Program-scaled.jpg","datePublished":"2016-10-17T08:26:10+00:00","dateModified":"2026-03-02T19:09:37+00:00","breadcrumb":{"@id":"https:\/\/gf.com\/manufacturing-services\/multi-project-wafer-program\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gf.com\/manufacturing-services\/multi-project-wafer-program\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gf.com\/manufacturing-services\/multi-project-wafer-program\/#primaryimage","url":"https:\/\/gf.com\/wp-content\/uploads\/2021\/07\/GF-Headers_Ecosystem-Services_Services_Multi-Project-Wafer-Program-scaled.jpg","contentUrl":"https:\/\/gf.com\/wp-content\/uploads\/2021\/07\/GF-Headers_Ecosystem-Services_Services_Multi-Project-Wafer-Program-scaled.jpg","width":2560,"height":474,"caption":"Multi-Project Wafer"},{"@type":"BreadcrumbList","@id":"https:\/\/gf.com\/manufacturing-services\/multi-project-wafer-program\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/gf.com\/"},{"@type":"ListItem","position":2,"name":"Manufacturing Services","item":"https:\/\/gf.com\/manufacturing-services\/"},{"@type":"ListItem","position":3,"name":"Multi-Project Wafer Program"}]},{"@type":"WebSite","@id":"https:\/\/gf.com\/#website","url":"https:\/\/gf.com\/","name":"GlobalFoundries","description":"","publisher":{"@id":"https:\/\/gf.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/gf.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/gf.com\/#organization","name":"GlobalFoundries","url":"https:\/\/gf.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gf.com\/#\/schema\/logo\/image\/","url":"https:\/\/gf.com\/wp-content\/uploads\/2022\/03\/cropped-logo.png","contentUrl":"https:\/\/gf.com\/wp-content\/uploads\/2022\/03\/cropped-logo.png","width":512,"height":512,"caption":"GlobalFoundries"},"image":{"@id":"https:\/\/gf.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/GLOBALFOUNDRIES","https:\/\/x.com\/GLOBALFOUNDRIES","https:\/\/www.linkedin.com\/company\/globalfoundries","https:\/\/www.youtube.com\/@globalfoundries","https:\/\/www.instagram.com\/globalfoundries.corporate\/"]}]}},"featured_image_src":"https:\/\/gf.com\/wp-content\/uploads\/2021\/07\/GF-Headers_Ecosystem-Services_Services_Multi-Project-Wafer-Program-scaled.jpg","featured_image_src_square":"https:\/\/gf.com\/wp-content\/uploads\/2021\/07\/GF-Headers_Ecosystem-Services_Services_Multi-Project-Wafer-Program-scaled.jpg","rbea_author_info":{"display_name":"GlobalFoundries","author_link":"https:\/\/gf.com\/author\/euniceyuan\/"},"rbea_excerpt_info":"About GlobalShuttle&nbsp; GF\u2019s multi-project wafer (MPW) program aggregates multiple projects onto a single wafer, enabling customers to bring their differentiated [&hellip;]","mfb_rest_fields":["title","yoast_head","yoast_head_json","featured_image_src","featured_image_src_square","rbea_author_info","rbea_excerpt_info"],"_links":{"self":[{"href":"https:\/\/gf.com\/wp-json\/wp\/v2\/pages\/2523","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gf.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gf.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gf.com\/wp-json\/wp\/v2\/users\/33"}],"replies":[{"embeddable":true,"href":"https:\/\/gf.com\/wp-json\/wp\/v2\/comments?post=2523"}],"version-history":[{"count":2,"href":"https:\/\/gf.com\/wp-json\/wp\/v2\/pages\/2523\/revisions"}],"predecessor-version":[{"id":15128,"href":"https:\/\/gf.com\/wp-json\/wp\/v2\/pages\/2523\/revisions\/15128"}],"up":[{"embeddable":true,"href":"https:\/\/gf.com\/wp-json\/wp\/v2\/pages\/1139"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/gf.com\/wp-json\/wp\/v2\/media\/2524"}],"wp:attachment":[{"href":"https:\/\/gf.com\/wp-json\/wp\/v2\/media?parent=2523"}],"wp:term":[{"taxonomy":"market_tags","embeddable":true,"href":"https:\/\/gf.com\/wp-json\/wp\/v2\/market_tags?post=2523"},{"taxonomy":"page_type","embeddable":true,"href":"https:\/\/gf.com\/wp-json\/wp\/v2\/page_type?post=2523"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}