2023 2024 EduVark > Education Discussion > General Discussion > VHDL Viva Questions


Thread: VHDL Viva Questions Reply to Thread
Your Username: Click here to log in
Title:
  
Message:
Trackback:
Send Trackbacks to (Separate multiple URLs with spaces) :
Post Icons
You may choose an icon for your message from the following list:
 

Additional Options
Miscellaneous Options

Topic Review (Newest First)
June 25th, 2016 04:14 PM
Priyanka Goyal
VHDL Viva Questions

Hello sir, I am Yash. I have to give a Viva on VHDL in my college. Can you provide me with some VHDL questions? Please help me.

As you have asked for the VHDL Viva questions, I am providing you with it, check below for the details

Question -1: Write a simple VHDL program for D Flipflop and D latch.
Question -2: Write a VHDL program for 4X1 MUX(Multiplexer).
Question -3: Write a VHDL code for 8 to 3 encoder.
Question -4: Write VHDL program for 4 bit binary counter(up or down).
Question -5: Explain FPGA internal Architecture.
Question -6: Write Verilog program for 1 bit and 4 bit comparators.
Question -7: Write Verilog code for half adder and full adder logic circuit.

Question -8: Explain difference between signal and variable in VHDL.
Answer -8: Signals are used as interconnects between components and also to store temporary values.
Signals can be declared internal to architecture and are not available external to the architecture.
Variable is like other programming language, It is an object whose value may be changed after creation.

Question -9: Explain difference between VHDL and Verilog.
Answer -9: Both are used as language to develop code targetted for FPGA device.
Syntax in Verilog programming is like C language. VHDL syntax are different.

Question -10: How do you implement multiply and divide operation with power of 2 in VHDL or Verilog
Answer -10: Left shift is equivalent to multiply operation and right shift is equivalent to divide operation.
Hence using shift operations the same can be easily and efficiently implemented.

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


All times are GMT +5. The time now is 09:59 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Content Relevant URLs by vBSEO 3.6.0

1 2 3 4 5 6 7 8