quick lab tip

Matt Lease (mlease@cs.washington.edu)
Fri, 21 Feb 1997 20:20:15 -0800 (PST)

If you are creating multiple instances of an ABEL submodule and want to
use one alias name to refer to all of them, you must use "," notation and not
".." notation when you declare the alias. For example, if X3..X0 are your
submodule instances, your alias MUST look like:

xAlias = [X3,X2,X1,X0];

and NOT

xAlias = [X3..X0];

Creating an alias declaration for submodules is the only case (we know
of) in which "," notation and ".." notation cannot be used interchanably.

Hope this helps!
matt

************************************************************************
Matt Lease
Undergraduate, University of Washington Department of Computer Science

Current Project(s):
Digital Design Online Resources
http://www.cs.washington.edu/education/courses/370/Generic
************************************************************************