FPGA Central - World's 1st FPGA / CPLD Portal

FPGA Central

World's 1st FPGA Portal

 

Go Back   FPGA Groups > NewsGroup > FPGA

FPGA comp.arch.fpga newsgroup (usenet)

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-18-2007, 06:39 PM
[email protected]
Guest
 
Posts: n/a
Default Error using SOPC builder - "Custom SDRAM" with 8-bits gives error with Signal "az_be_n"

I'm trying to make a SDRAM controller with SOPC builder, but when I
change the data width to 8bits I get the following error..

Warning: Signal "az_be_n" of type "byteenable_n" and width 1 must have
width of 2, 4, 8, 16, 32, 64, 128.

I'm trying to make the system for a 64Mb SDR SDRAM, Micron
MT48LC8M8A2P-75.

Even when I select the Alliance AS4LC2M8S0-10 chip it does the same
thing. So I'm guessing it has to do with a width of 8 bits.

Thank you,
Eric

Reply With Quote
  #2 (permalink)  
Old 10-19-2007, 08:56 PM
KJ
Guest
 
Posts: n/a
Default Re: Error using SOPC builder - "Custom SDRAM" with 8-bits gives error with Signal "az_be_n"

On Oct 18, 12:39 pm, sendt...@gmail.com wrote:
> I'm trying to make a SDRAM controller with SOPC builder, but when I
> change the data width to 8bits I get the following error..
>
> Warning: Signal "az_be_n" of type "byteenable_n" and width 1 must have
> width of 2, 4, 8, 16, 32, 64, 128.
>
> I'm trying to make the system for a 64Mb SDR SDRAM, Micron
> MT48LC8M8A2P-75.
>
> Even when I select the Alliance AS4LC2M8S0-10 chip it does the same
> thing. So I'm guessing it has to do with a width of 8 bits.
>
> Thank you,
> Eric


If this is your own component that you're trying to make up in SOPC
Builder, then I think the problem has to do with that the
'byteenable_n' SOPC input is supposed to be a vector. When you have
an 8 bit datapath, there will only be one byte enable input which I'm
guessing you have defined as a std_logic and not a std_logic_vector.

Wrong: az_be_n: std_logic -- Maps to SOPC's byteenable_n
Correct: az_be_n: std_logic_vector(0 downto 0); -- Maps to SOPC's
byteenable_n

I'm not totally sure, I haven't used SOPC Builder in a while but I
seem to recall an issue like this.

KJ



Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can i use "burstcount" in my userlogic while using Altera SOPC builder 5.1? [email protected] FPGA 0 06-13-2006 07:28 AM
Xilinx translate error : Cannot find signal "clk" Rakesh Sharma FPGA 2 10-22-2004 10:03 PM
"clean" or "unprotected" versions of AHDL2X, SYNTHX from Xilinx (ABL2XNF sub tools) Bill Smith FPGA 0 11-11-2003 12:17 AM
Re: MapLib:93 - Illegal LOC on symbol "clk.PAD" (pad signal=clk) or BUFGP symbol "u1" (output signal=u1), IPAD-IBUFG should only be LOC'd to GCLKIOB site." Sandeep Kulkarni FPGA 0 07-02-2003 12:35 PM


All times are GMT +1. The time now is 03:48 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright 2008 @ FPGA Central. All rights reserved