Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
0
black box
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-08-2012 01:14 AM
This is what I got when I synthesis a project with dpram:
WARNING:Xst:2211 - "D:/ISE/learning/project/dpram/dpram/mother_board. vhd" line 86: Instantiating black box module .
I think I declaraed and instantiate all the ports ,I don't know what happened!
Solved! Go to Solution.
0
Re: black box
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-09-2012 09:21 AM
Usually you get the "black box" warning because the underlying code for the instantiated
entity is not included in your project, or for some reason has not been compiled. I have found
that if you try to build the project and get the black box error, then add the module you were missing,
sometimes ISE will not compile the newly added module unless you first "cleanup project files."
-- Gabor
-- Gabor
0
Re: black box
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-16-2012 01:29 AM
I got it











