using Verilog: you will demonstrate that NOR is a universal gate by making a NAND gate using only NOR gates. a. Create a Verilog file called NANDusingNOR.v i. In it, create a module called NORgate...


using Verilog:


you will demonstrate that NOR is a universal gate by making a NAND gate using only NOR gates.


a. Create a Verilog file called NANDusingNOR.v


i. In it, create a module called NORgate that accepts two inputs A, and B; and gives an output Q which is the result of A nor B.


ii. In it, also create a module called NANDusingNor and use a series of NOR gates to create a NAND gate.


b. Create a testbench called NANDusingNOR_tb.v. Simulate that it works by testing every combination of A and B.



Jun 02, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here