FPGA Design Interview Questions: - Part 5
**Entry level FPGA interview questions for 0-3 Exp FPGA Designers**
Program1: Write a VHDL code for 4:1 Multiplexer using When-else.
Program2: Write a VHDL code for a 1:4 Demultiplexer using when-else.
Program3: Write a VHDL code for a 8:3 Encoder using When-else.
Program4: Write a VHDL code for a 3:8 Decoder using When-else.
Program5: Write a VHDL code for 8:3 Encoder with Priority using when-else.
Program6: Write a VHDL code for BINARY to GRAY Converter using with-select.
Program7: Write a VHDL code for GRAY to BINARY Converter using with-select.
Program8: Write a VHDL code for BINARY to GRAY Converter using when-else.
Program9: Write a VHDL code for GRAY to BINARY Converter using when-else.
Program10: Write a VHDL code for BINARY to EXCESS-3 using With-select.
Program11: Write a VHDL code for BINARY TO GRAY Converter using equation.
Program12: Write a VHDL code for GRAY to BINARY Converter using equations.
Program13: Write a VHDL code for Full adder using if-else.
Program14: Write a VHDL code for Full subtractor using if-else.
Program15: Write a VHDL code for 4:1 Multiplexer using if-else.
Program16: Write a VHDL code for 1:4 Demultiplexer using if-else.
Program17: Write a VHDL code for a 8:3 Encoder using if-else.
Program18: Write a VHDL code for a 3:8 Decoder using if-else.
Program19: Write a VHDL code for Full adder using case.HDL code for BINARY TO EXCESS-3
using equations.
Program20: Write a VHDL code for Full subtractor using case.
No comments:
Post a Comment