| View previous topic :: View next topic |
| Author |
Message |
torben
Joined: 11 Feb 2010 Posts: 2
|
Posted: Thu Feb 11, 2010 1:03 am Post subject: Additional library in SysGen BlackBox CoSim |
|
|
Dear All!
I have a SysGen module including a BlackBox block. The VHDL file for the BlackBox uses an additional library:
| Code: |
LIBRARY MyLibrary;
USE MyLibrary.MyLibraryPackage.ALL;
|
If I try to generate a CoSim block from this module, the ISE (called by SysGen) reports an error on "unknown library". How is it possible to add the library to the ISE call?
Thanks in adcance!
Torben |
|
| Back to top |
|
 |
amane
Joined: 17 Apr 2006 Posts: 118 Location: Simi Valley
|
Posted: Mon Feb 15, 2010 2:52 pm Post subject: |
|
|
Hi,
Adding any vhdl block as a black box is explained in details in System generator manual by Xilinx.
The best way to get additional information about this is to go though the question-answer database on Xilinx website.
You can open a webcase at Xilinx support website to get the problem resolved asap.
Amit Mane
Innovative Integration Inc. |
|
| Back to top |
|
 |
|