Difficulty: Easy
Correct Answer: SRAM
Explanation:
Introduction / Context:
FPGAs store configuration defining their logic and routing. Three major technologies have been used: volatile SRAM, non-volatile flash, and one-time programmable antifuse. Selecting a technology involves trade-offs among configuration method, security, power-up behavior, and reprogrammability.
Given Data / Assumptions:
Concept / Approach:
Across decades of mainstream FPGA production, large vendors have predominantly shipped SRAM-configured devices due to flexibility, scalability, and compatibility with advanced nodes and complex features (DSPs, RAMs, SerDes). Flash and antifuse continue to serve valuable niches (instant-on, radiation-hardened, high security), but SRAM dominates overall market share.
Step-by-Step Solution:
Verification / Alternative check:
Survey major FPGA product families; most high-density parts are SRAM-configured, while flash/antifuse target specialized applications.
Why Other Options Are Wrong:
Common Pitfalls:
Equating “instant-on” with mainstream; overlooking the massive volume of SRAM-based parts in communications and compute markets.
Final Answer:
SRAM
Discussion & Comments