Given two integer arrays, write a function which can compute the product of first array and save in the second array, except the product of that particular element from first array of same index you currently store in second array. A = [a(0), a(1), a(2), a(3) ... a(n)] B = [b(0), b(1), b(2), b(3) ... b(n)] where b(0) = a(1) x a(2) x a(3) .... x a(n) b(1) = a(0) x a(2) x a(3) .... x a(n) . . . b(n) = a(0) x a(1) x a(2) .... x a(n-1)
Fpga Design Engineer Interview Questions
138 fpga design engineer interview questions shared by candidates
Work experience
They ask me some details about the project
have you work with FPGA ICs before?
SPI and I2C implementation using VHDL. Test system design for HBT department of the company.
Asked my Bio Asked questions related to my project
Fifo depth calculation 80/10 and 8/10.
Verilog questions Project related questions
What's the difference between C and C++?
Design Asynchronous Fifo Timing Analysis Setup and hold time
Viewing 11 - 20 interview questions