[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: Array initialization in Verilog?
- To: geda-user@xxxxxxxx
 
- Subject: Re: gEDA-user: Array initialization in Verilog?
 
- From: Krishanu Debnath <krishanu.debnath@xxxxxxxxx>
 
- Date: Tue, 9 Aug 2005 10:58:12 +0530
 
- Delivered-to: archiver@seul.org
 
- Delivered-to: geda-user-outgoing@seul.org
 
- Delivered-to: geda-user@seul.org
 
- Delivery-date: Tue, 09 Aug 2005 01:28:25 -0400
 
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws;        s=beta; d=gmail.com;        h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;        b=nWjeZLT5CzW08gQks7Q2fq3eaJhOZrSMw/JFxQfvhFaIkszcU644W95740iiPznuo0beQKaWpiOy4iKJLQcMoQFmoylipPgYzmEwODk8oySlakKavIkCdM+GfIjBwW6tMEai/0g76ffSfpnmkdX7UEyyQ0nCHBoBdtlk8AJhJyQ=
 
- In-reply-to: <1123534835.32366.2.camel@AMD.mchsi.com>
 
- References: <1123534835.32366.2.camel@AMD.mchsi.com>
 
- Reply-to: geda-user@xxxxxxxx
 
- Sender: owner-geda-user@xxxxxxxx
 
On 8/9/05, Harold D. Skank <skank54@xxxxxxxxx> wrote:
> People,
> 
> I need an array of 120, 1-bit variables for a Verilog variable.  I can
> create the array OK, but how do I give it an initial value?
> 
> 	Harold Skank
IMHO this is not a Verilog forum. comp.lang.verilog is a 
better place to ask *only* verilog related question.
Krishanu