Difficulty: Easy
Correct Answer: Parallel expander
Explanation:
Introduction / Context:
In classic CPLD architectures (e.g., Altera MAX series), each macrocell has a limited number of product terms. Some designs require more product terms for a single output equation. Vendors provide “expander” mechanisms to borrow unused product terms from neighboring macrocells to meet this need.
Given Data / Assumptions:
Concept / Approach:
“Parallel expanders” add extra product terms to an equation by feeding additional ANDed terms directly into the OR stage of the target macrocell. This effectively widens the sum-of-products without moving the function to a different macrocell. “Shared expanders” generally distribute signals to multiple macrocells rather than increase a single macrocell’s product-term budget.
Step-by-Step Solution:
Verification / Alternative check:
MAX7000 family documentation describes both shared and parallel expanders, with “parallel” explicitly for borrowing product terms to expand an equation.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming “shared” means “more terms”; in practice, it is about distributing existing terms, not expanding a single equation’s width.
Final Answer:
Parallel expander
Discussion & Comments