Skip to content

1.5 Release Checklist and Freeze Rules

For the EMS provider, the NPI (New Product Introduction) Data Intake Gate serves as a critical liability shield. Once a data pack is formally accepted and the Traveler is released to the manufacturing floor, ownership of the outcome transfers to the EMS. If ambiguous input data is processed based on assumptions, the resulting scrap constitutes a direct financial loss.

This intake gate must be utilized to enforce a rigorous “Stop/Go” policy. Projects are strictly prohibited from passing into Procurement or Computer-Aided Manufacturing (CAM) processing until the Golden Data Pack (GDP) is validated as a locked, cohesive entity.

The Mechanics of the Freeze: Integrity Checks

Section titled “The Mechanics of the Freeze: Integrity Checks”

The primary operational duty is verifying the cessation of design changes. Receiving an archive named “Draft_v3_Final.zip” is an immediate critical failure vector.

Upon receiving the GDP archive over the network, its integrity must be verified.

  • Action: A SHA-256 (or MD5) hash check must be run on the downloaded ZIP file.
  • Review: When the computed hash diverges from the customer’s stated hash in the Purchase Order (PO) or release email, the file must be rejected. The file is corrupted or was intercepted during transit.

The archive must be extracted and the “Date Modified” timestamps of the internal files must be audited.

  • The Red Flag: If the Gerber files are timestamped Monday, but the Bill of Materials (BOM) is timestamped Wednesday, the package is out of sync.
  • Review: When the timestamps show significant variance (e.g., >48 hours divergence between schematic BOM generation and CAD output generation), the data pack is placed on hold. Explicit written certification that the newly generated BOM perfectly matches the older board revision is required.

Accepting “patch” updates via informal channels (e.g., “Hey, please use this updated Pick & Place file instead of the one in the zip”) is strictly prohibited.

  • The Rule: The GDP is an atomic entity.
  • Action: When an updated file is transmitted, a completely new GDP Revision (e.g., Rev A ⭢ Rev B) is required. Manually overwriting files in the local CAM directory destroys system traceability and is forbidden.

Before data enters the ERP or CAM tools, it must clear the Initial Review. This checklist prevents the waste of engineering hours on invalid datasets.

The CategoryThe Inspection StepThe Go/No-Go Metric
The ManifestVerification of README or Manifest file presence.File exists and lists exact EDA Tool Versions.
Sync CheckCross-checking Revision string in BOM vs. Gerbers vs. Drawings.All Revisions perfectly match (e.g., all are “Rev 05”).
CompletenessVerification that the critical file triad exists.Netlist, Solder Paste Layer, and Centroid XY data are all present.
Machine ReadabilityOpening BOM and XY files in a raw text editor.Text is cleanly delimited; zero binary garbage characters.
BOM StatusScanning the MPN column for “TBD” or “Contact Engineering”.0% “To Be Determined” entries allowed.
AuthorizationChecking for “Released” watermarks or PLM status.Zero “DRAFT” or “PRELIMINARY” watermarks on drawings.

Specific triggers must be defined that mandate stopping the intake process and returning the data pack. Delaying a launch by 24 hours is operationally superior to procuring $50,000 of incorrect components.

  • Observation: The Pick & Place file contains RefDes locators (e.g., U50, C12) that physically do not exist in the BOM.
  • Action: Reject. The assembly instructions command the machine to place parts that the procurement instructions did not buy.
  • Observation: The Fab Drawing demands “Impedance Controlled,” but absolutely no stackup table or target values are provided.
  • Action: Hold for Engineering Query (EQ). Allowing CAM engineers to guess the dielectric thickness is prohibited.
  • Observation: The customer demands a “Quick Turn” build but has not formally approved the GDP in their PLM or tied it to a Purchase Order.
  • Action: Hold. Without formal approval, “Golden” data is just a suggestion.

Pro-Tip: When a “Conditional Release” is mandated (e.g., to order long-lead-time silicon while the bare board design is finalizing), a specific “Risk Buy Waiver” form must be executed. The risk must be isolated entirely to procurement; hard tooling must not commence.

Final Checkout: Release checklist and freeze rules

Section titled “Final Checkout: Release checklist and freeze rules”
The Control PointThe Operational RequirementThe Go/No-Go Metric
Intake HashChecksum verified against sender’s data.Matches perfectly (Green Light).
File ArchitectureStandard 00-05 folder structure.Zero “misc” or “old_versions” folders exist.
Revision SyncBOM/CAD/Drawing revisions align.100% string match across all headers.
Constraint CheckFab Drawing notes reviewed.Materials and tolerances are physically achievable in your factory.
AuthorizationThe PO references the exact GDP filename.The formal link is established.