Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Regular Visitor
weilings
Posts: 56
Registered: ‎03-08-2012
0
Accepted Solution

black box

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!
Expert Contributor
gszakacs
Posts: 5,264
Registered: ‎08-14-2007
0

Re: black box

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
Regular Visitor
weilings
Posts: 56
Registered: ‎03-08-2012
0

Re: black box

I got it