[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: Re: Efficient Memories



On Fri, Apr 06, 2007 at 05:57:32PM -0400, lingwitt@xxxxxxxxxxxxx wrote:
> 
> Here are the results from
> 	(1) Large reg (byte) array	:	reg [7:0] data 
> 	[0:sizeImage-1]; 		//  sizeImage =   640*480*3 bytes
> 	(2) Large reg vector		:	reg [sizeImage*8-1:0] data;

In the spirit of, "the implementor must cheat, but not get caught",
it sounds like iverilog should detect the absence of continuous
assignments and rever to an addressed model for the memory.  A less
general solution would be to infer addressable RAMs from templates
as other synthesis tools do.

-- 
Ben Jackson AD7GD
<ben@xxxxxxx>
http://www.ben.com/


_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user