PlatformsFaststream SiliconFaststream RadioFaststream VisionConnected EdgeFaststream SecureMobility & Rail
ProductsSemiconductor IPWireless & RANEdge & GatewaysTracking & IdentificationSoftware & FrameworksConnected Systems
TechnologyRTL to GDSIIVerification methodologyDFT and silicon testLow-power designMixed-signal integrationDesign enablement5G protocol stackWireless and RF architectureBaseband and low PHYForward error correctionControl and data planeHigh-speed interfacesFirmware and bootSilicon root of trustSoftware-defined vehicleAutomotive OTAFunctional safety
AIAI Engineering ServicesEdge AI & Embedded MLComputer Vision EngineeringSensor Fusion & PerceptionAI Silicon & AccelerationMLOps for DevicesAI Visual InspectionPredictive MaintenanceDriver MonitoringVideo Analytics & Safety
SolutionsSemiconductorIndustrial AIConnected ProductsAsset TrackingAutomotive & MobilitySmart InfrastructureSecure IdentityWireless & SatelliteSmart WashroomsFuel ManagementSmart BuildingsWorker SafetyEnergy MonitoringSmart AgricultureSmart CityAutonomous PlatformsAssembly AutomationLiDAR Rail SafetyHardware Wallet
IndustriesSemiconductorTelecommunicationsIndustrial & ManufacturingAutomotive & MobilityTransportation & RailAerospace & DefenceHealthcare & MedicalEnergy & UtilitiesOil & GasRetailConsumer ElectronicsMedia & EntertainmentSmart Infrastructure & IoT
ServicesSystem Integration overviewASIC & SoC DesignFPGA DesignFPGA-to-ASIC ConversionAnalog, Mixed-Signal & RFHardware & High-Speed PCBEmbedded SoftwareCloud, OTA & Device ManagementManufacturing TransitionHow we engage
InsightCase StudiesKnowledge CenterWhite PapersGlossaryNewsletterResources & Support
CompanyAbout FaststreamEngineering ExcellenceLeadership & OrganisationHow We EngageQuality & ComplianceStandards & EcosystemPartners & EcosystemTrust CentreLocations & DeliveryNewsroom & MediaCareers
ContactStart a projectHow we engage
Talk to an engineer
SYSTEM INTEGRATION

FPGA-to-ASIC Conversion

FPGA-to-ASIC conversion migrates a design that already works in hardware into a production ASIC, for unit cost, power and volume. It is lower risk than a new design because the function is validated — but the FPGA-specific dependencies embedded throughout it are exactly what has to be removed, and finding all of them is the work.

Dependency removalTechnology mappingEquivalencePPATapeout
What the FPGA was quietly providing
FPGA DESIGNASIC EQUIVALENTResetConfiguration sets every flip-flopExplicit reset, design-wideMemoriesInferred, fixed behaviourCompiled macros, different semanticsClockingVendor management tilesPLLs and clock treeTransceiversHard IP in the deviceLicensed SERDES or customTestProvided by the deviceScan, BIST and boundary scan from nothingI/OVendor primitivesASIC library cellsReset architecture and DFT are the two most commonly under-scoped lines in a conversion estimate.
THE PROCESS

Ten stages, in order.

01

Existing HDL and architecture assessment

The design is read rather than assumed: coding style, hierarchy, clock domains, memory usage, constraint quality and verification state. This produces the realistic effort estimate everything else depends on.

02

FPGA-specific dependency identification

Vendor primitives, block RAM and distributed RAM inference, DSP block usage, transceiver hard IP, clock management tiles, I/O primitives and initialisation-on-configuration behaviour — all catalogued, because each needs an ASIC equivalent or a redesign.

03

Clock, reset, memory and interface migration

FPGA clock management becomes PLLs. Inferred memories become compiled macros with different timing and test requirements. Reset strategy is revisited, because FPGA configuration provides a known initial state that ASIC flip-flops do not.

04

IP and technology mapping

Hard IP with no ASIC equivalent is replaced with licensed cores or custom design, with interface and timing differences resolved rather than papered over.

05

Power, performance and area optimisation

The point of the conversion. FPGA-oriented structures are restructured for ASIC implementation, where the trade-offs are different in kind, not just in degree.

06

Verification equivalence and regression

The converted design is proven functionally equivalent to the validated FPGA design, using the existing regression suite extended to cover what the changes touched.

07

DFT and test strategy

Scan, compression, memory BIST and boundary scan inserted — a category of work with no FPGA counterpart at all, and frequently underestimated.

08

Physical implementation and timing closure

Floorplan, place and route, clock tree, multi-corner multi-mode closure, power integrity and physical verification.

09

Package, board and system considerations

Pinout, package selection, signal integrity and the board changes the new part implies.

10

Tapeout and production transition

Handoff, mask release, bring-up planning, test program development and yield analysis.

WHAT CHANGES

The differences that cause the work.

FPGA to ASIC differences
AspectIn the FPGAIn the ASIC
Initial stateConfiguration sets every flip-flop at power-upExplicit reset required; undefined state otherwise
MemoryInferred block RAM with fixed behaviourCompiled macros with different timing, power and test needs
Clock managementClock management tiles and vendor primitivesPLLs designed or licensed, with their own lock and jitter behaviour
DSP resourcesHard DSP blocks with fixed structureSynthesised arithmetic, optimisable to the actual precision needed
TransceiversHard IP in the deviceLicensed SerDes IP or custom design
TestVendor infrastructure and readbackFull DFT insertion: scan, BIST, boundary scan, ATPG
TimingClosure against a fixed fabricClosure across process, voltage and temperature corners
Fixing a bugReconfigureNew mask set

The last row is the reason verification equivalence is not a formality.

THE BUSINESS CASE

When conversion pays.

Conversion pays when annual volume multiplied by the per-unit FPGA cost premium exceeds the non-recurring engineering and mask cost over the product's life — with power and board area frequently mattering as much as the bill of materials.

It also pays where the FPGA itself is the supply risk: long lead times, allocation, or an end-of-life notice on a device the product depends on.

It does not pay where the function is still moving, where volume is genuinely low, or where the ability to update deployed units is a product requirement rather than a convenience. Those are cases to say no to, and saying so early is cheaper for everyone.

COMMON QUESTIONS

What engineers ask before they call.

01

What is FPGA-to-ASIC conversion?

It is the migration of a design already implemented and validated on an FPGA into an application-specific integrated circuit, to reduce unit cost and power at volume. The work centres on removing FPGA-specific dependencies, mapping to ASIC technology, adding test structures, proving functional equivalence and closing physical implementation.

02

When does FPGA-to-ASIC conversion make business sense?

When annual volume times the per-unit FPGA cost premium exceeds the engineering and mask cost over the product life, when power or board area constraints cannot be met with an FPGA, or when the FPGA itself presents a supply or obsolescence risk. It does not make sense while the function is still changing or where field reconfigurability is a product requirement.

03

How is functional equivalence proven?

Through a combination of the existing FPGA regression suite extended to cover what the conversion touched, formal equivalence checking where the transformation permits it, and gate-level simulation. Because a post-tapeout bug costs a mask set, this stage is not compressed.

04

What is the most commonly underestimated part?

Design for test. FPGAs provide their own test infrastructure, so an FPGA design carries no scan chains, no memory BIST and no boundary scan. All of that has to be inserted, validated and delivered as production patterns, and it is real work with no FPGA counterpart.

KEEP READING

Related work.

BUILD WITH FASTSTREAM

Bring us the difficult part.

Tell us the specification, the constraint and the deadline. Programmes that cross silicon, radio, embedded and AI are where Faststream is strongest.