D
David Jones
Guest
In Table 29 on p. 60 of IEEE Std 1364-2001, it is clearly indicated that
the operand lengths for the "&&" and "||" operators, as well as the comparison
operators are sized to max(L(i),L(j)).
OTOH, Table 4-21 on p. 44 of IEEE Std 1364-1995, it is clearly indicated that
the operand lengths for these operators are self-determined.
I would have assumed that the operands of "&&" and "||" should be self-
determined, and the operands of the comparison operators should be sized
to max(L(i),L(j)). Is this actually true?
Somewhat related, are Verilog errata freely available (assuming that one has
already paid for both IEEE Std 1364-1995 and IEEE Std 1364-2001)?
the operand lengths for the "&&" and "||" operators, as well as the comparison
operators are sized to max(L(i),L(j)).
OTOH, Table 4-21 on p. 44 of IEEE Std 1364-1995, it is clearly indicated that
the operand lengths for these operators are self-determined.
I would have assumed that the operands of "&&" and "||" should be self-
determined, and the operands of the comparison operators should be sized
to max(L(i),L(j)). Is this actually true?
Somewhat related, are Verilog errata freely available (assuming that one has
already paid for both IEEE Std 1364-1995 and IEEE Std 1364-2001)?