| 1. |
What Are Gate Primitives? |
|
Answer» Verilog supports basic logic GATES as predefined primitives. Primitive logic function keyword PROVIDES the basics for structural modeling at gate level. These primitives are INSTANTIATED like modules except that they are predefined in verilog and do not need a module definition. The important operations are and, nand, or, xor, XNOR, and buf (non-inverting DRIVE buffer). Verilog supports basic logic gates as predefined primitives. Primitive logic function keyword provides the basics for structural modeling at gate level. These primitives are instantiated like modules except that they are predefined in verilog and do not need a module definition. The important operations are and, nand, or, xor, xnor, and buf (non-inverting drive buffer). |
|