As usual, we always start the design process by creating a truth table, showing all possible input combinations and writing down the expected output states.
Truth Table for Half Adder (Fig 2) |
Author’s Tip: It is important to understand how these basic building blocks are used together just in case you are asked. It is too easy as a RTL designer to just type in Verilog: R = A + B; Now you will have better understanding of what’s happening during synthesis.
|
This was just one question of over 50 questions that are in the Digital Logic RTL & Verilog Interview Questions Book. The book contains 41figures and drawings, and 28 pratical Verilog code examples.
Digital Logic RTL & Verilog Interview Questions |
0 Comments