Lab Verilog
Lab Verilog
6. Realize a two input NAND gate using two input NOR gates
7. Implement FULL ADDER using only NAND gates
8. Implement FULL ADDER using only NOR gates
9. Design and realize using verilog HDL a logic circuit whose output is
HIGH whenever A and B are both HIGH as long as C and D are either
both LOW or both HIGH.
10. Design a 4 bit RIPPLE CARRY ADDER using 1-bit FULL ADDER.
11. Using the conditional operator , write a module to shift the input
DATA right logically by the number of positions specified by another
input SHIFT, ranging from 0 to 3.