M
Mike
Guest
Hi,
The verilog spec says that for the gate primitives (buf, not, and,
nand, or, nor, xor, xnor)
implicit scalar wires (or default nettype) are declared. This seems
to imply that
the terminals to gate primitives are only 1-bit wide. What does this
mean for input
terminal expressions that more the 1-bit wide? Is the gate terminal
simply bit[0] of the
expression or is the expression tested for zero to yield a 1-bit
result?
Thanks in advance,
Mike
The verilog spec says that for the gate primitives (buf, not, and,
nand, or, nor, xor, xnor)
implicit scalar wires (or default nettype) are declared. This seems
to imply that
the terminals to gate primitives are only 1-bit wide. What does this
mean for input
terminal expressions that more the 1-bit wide? Is the gate terminal
simply bit[0] of the
expression or is the expression tested for zero to yield a 1-bit
result?
Thanks in advance,
Mike