Ingeniero de fpga Interview Questions
24
Ingeniero De Fpga interview questions shared by candidates
How to use stack and heap in C programming language?
2 Answers↳
Not difficult but quite confused. My first thought was how to implement stack or heap...Then I think maybe there are some std libraries. The stack is used for functional calls and heap is for dynamic allocation. Details is here http://stackoverflow.com/questions/79923/what-and-where-are-the-stack-and-heap. Less
↳
If i applied for a hardware job and they asked my a software question, I would walk out. Less



If I called this guy (so and so that MD knew from previous job), what would he say about you ?
1 Answers↳
Seems like an illegal question. HR should get involved to straighten out his MD.



What is a latch? What is a Flipflop?
1 Answers↳
A Flip Flop is clocked, a latch isn’t. A latch is transparent when enabled, and stores its value when not enabled. A flip flop is made up of two latch’s enabled by clock and the other by inverted clock. This allows the flip flops value to held constant for a whole clock period. Less


logic optimization. design algorithm to reduce redundant circuit. share result of logics.
