(3)Create a module that implements a NOR gate. A NOR gate is an OR gate with its output inverted. A NOR function needs two operators when written in Verilog. (4)Create a module that implements an XNOR gate. 2.Analyzing 根据上述4个题目的要求,分别用Verilog描述一个非门、与门、或非门和同...