Re: verilog multidimentional arrays
- From: sharp@xxxxxxxxxxx
- Date: 4 May 2006 10:15:39 -0700
Verilog-2001 supports multi-dimensional arrays and arrays of nets, but
you still cannot connect an entire array to a port. You can only
connect scalars or vectors to ports. The arrays of nets were primarily
intended for connection to multiple module instances created by
generate loops.
SystemVerilog allows connection of entire arrays to ports (which is
related to the fact that it also allows you to assign entire arrays to
each other).
.
- Follow-Ups:
- Re: verilog multidimentional arrays
- From: Jeremy Ralph
- Re: verilog multidimentional arrays
- References:
- verilog multidimentional arrays
- From: manusha
- verilog multidimentional arrays
- Prev by Date: Re: Parameterizable mux
- Next by Date: Re: Parameterizable mux
- Previous by thread: verilog multidimentional arrays
- Next by thread: Re: verilog multidimentional arrays
- Index(es):
Relevant Pages
|