Difficulty: Easy
Correct Answer: Correct
Explanation:
Introduction / Context:
In schematic-based entry for FPGAs, toolsets provide primitive symbols that indicate how a top-level port should be treated during synthesis and implementation. Xilinx tools use dedicated buffer primitives for this purpose.
Given Data / Assumptions:
Concept / Approach:
The primitive buffers abstract the electrical characteristics of I/O pads. Placing the correct buffer symbol clarifies direction (input vs. output), enables I/O constraints, and integrates with the I/O planner.
Step-by-Step Solution:
Verification / Alternative check:
Open Xilinx symbol libraries and inspect I/O primitives; documentation shows their intended usage and appearance.
Why Other Options Are Wrong:
Marking “Incorrect” would deny a well-documented schematic practice used for decades in Xilinx flows.
Common Pitfalls:
Forgetting to place the correct I/O buffer causes synthesis to infer direction from HDL or may lead to I/O insertion warnings.
Final Answer:
Correct
Discussion & Comments