Equal Summary: The Equal function performs a equality comparison of two inputs, X and Y, to form the Boolean result Z. Z will have a value of 1 when X==Y. The width of the input signals is controlled by Width. The comparator is always optimized for minimum possible delay. Function: Z=(X==Y) Signals: X,Y: Width wide inputs Z: 1-bit output (true if X==Y) Parameters: Name: actual module name Width: width of the X,Y and Z signals (1-256) Verilog Usage: Name(X,Y,Z); Version: $Id: Equal.help,v 1.4 1994/09/19 22:43:23 peter Exp $