- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
ERROR:Xst: 785 line 26: Type must be constraine d for this object : 'sys_memor y1'.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-29-2012 11:57 PM
I get the following error when i synthesize my code:
ERROR:Xst:785 line 26: Type must be constrained for this object : 'sys_memory1'.
INTERNAL_ERROR:Xst:cmain.c:3483:1.56.16.1 - Process will terminate. For technical support on this issue, please open a WebCase with this project attached at http://www.xilinx.com/support.
Line 26 is a signal declaration:
signal sys_memory1,sys_memory2:array_type3;
And array_type3 is declared as:
type array_type3 is array(integer range 0 to 2147483647) of std_logic_vector(7 downto 0);
I don't understand why the error says type must be constrained when it is already constrained?
Thanks
Re: ERROR:Xst: 785 line 26: Type must be constraine d for this object : 'sys_memor y1'.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-30-2012 04:05 AM
You appear to be inferring 2 * 2G * 8 bits = 32Gbits of memory.
What device are you targetting?
How much memory does it have?
------------------------------------------
"If it don't work in simulation, it won't work on the board."
Re: ERROR:Xst: 785 line 26: Type must be constraine d for this object : 'sys_memor y1'.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-30-2012 08:20 AM
I'm trying to implement a system memory of 4 GB.
Re: ERROR:Xst: 785 line 26: Type must be constraine d for this object : 'sys_memor y1'.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-30-2012 09:15 AM
In an FPGA?
------------------------------------------
"If it don't work in simulation, it won't work on the board."
Re: ERROR:Xst: 785 line 26: Type must be constraine d for this object : 'sys_memor y1'.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-30-2012 12:40 PM
I'm not sure about that as I won't be doing that but still I have to be sure that my design is synthesizable.
Re: ERROR:Xst: 785 line 26: Type must be constraine d for this object : 'sys_memor y1'.
[ Edited ]
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-30-2012 03:29 PM - edited 04-30-2012 03:30 PM
> I'm not sure about that as I won't be doing that but still I have to be sure that my design is synthesizable.
There is no way to be able to synthesize/implement a 4 GB memory inside of any FPGA. You need new code.
Have you tried typing your question into Google? If not you should before posting.
Too many results? Try adding site:www.xilinx.com
Re: ERROR:Xst: 785 line 26: Type must be constraine d for this object : 'sys_memor y1'.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-30-2012 04:16 PM
There is no way to be able to synthesize/implement a 4 GB memory inside of any FPGA. You need new code.
Or wait about 7 years for Virtex-10, perhaps?
-- Bob Elkind
README for newbies is here: http://forums.xilinx.com/t5/New-Users-Forum/README-first-Help-for-new-users/td-p/219369
Summary:
1. Read the manual or user guide. Have you read the manual? Can you find the manual?
2. Search the forums (and search the web) for similar topics.
3. Do not post the same question on multiple forums.
4. Do not post a new topic or question on someone else's thread, start a new thread!
5. Students: Copying code is not the same as learning to design.
6 "It does not work" is not a question which can be answered. Provide useful details (with webpage, datasheet links, please).
7. You are not charged extra fees for comments in your code.
8. I am not paid for forum posts. If I write a good post, then I have been good for nothing.











