InterviewSolution
Saved Bookmarks
| 1. |
FPGA’s are designed specifically for fast implementation of ____(a) state machines(b) state flow(c) state machines and state flow(d) state machines and sequential logicThe question was asked in an online quiz.The above asked question is from Digital Architecture Tradeoffs topic in division Technology Tradeoffs in Software Defined Radio of Cognitive Radio |
|
Answer» CORRECT answer is (d) state machines and sequential logic To explain: A Field Programmable Gate Array is a configurable logic CIRCUIT. It consists of programmable logic blocks that can be connected in DIFFERENT formations. The LAYOUT is specifically designed for fast IMPLEMENTATION of state machines and sequential logic. |
|