Roger wrote:
>
> Thanks for your reply. I'm trying to use the example supplied from the core
> generator. I've copied the xco file, the frame_gen.vhd, frame_check.vhd and
> the standard_cc_module.vhd into the project and all seems OK...
An xco file? Have you registered for and obtained an Aurora license? It
is free:
http://www.xilinx.com/aurora/register_aurora.htm
Then you should have Aurora source rather than an xco file. I have not
used an xco file, so I am not sure how to use it.
> but then I get
> the following message:
> ERROR:HDLParsers:3014 - "C:/Roger/Xilinx_designs/rio_test/frame_check.vhd"
> Line 54. Library unit AURORA is not available in library work.
>
> There's another step that I seem to be missing. The hassle is due to the
> line in the source: use WORK.AURORA.all;
>
The example is expecting the Aurora core to be in a libarary named
Aurora. I don't know what to do with an xco file, but with the Aurora
core in source form in ISE7.1, in the "Sources in Project" window, right
click on one of the files in your project and select "New Source". In
the dialog, click "VHDL Library" and enter "AURORA in the File Name box,
and then click through the dialog.
At the bottom of the "Sources in Project" window, click the "Library
View" tab. Your new library should be there. Right click on the library,
and select "Add Source", and add the source.
With an xco file, it looks like you can add that directly to your
project. Then right click on it and see if it will let you select "Move
to Library...". I don't know whether that will actually work.