Answers Database
2.1i COREGEN: Errors about components not being found when simulating myadder8_top.vhd example
Record #8151
Product Family: Software
Product Line: Coregen
Product Part: Coregen User Guide
Problem Title:
2.1i COREGEN: Errors about components not being found when simulating myadder8_top.vhd
example
Problem Description:
Urgency: standard
General Description
When attempting to perform the behavioral simulation of the User Guide design example
myadder8_top.vhd on p. 4-38 of the 2.1i CORE Generator User Guide, you may get an
error from your simulator complaining that certain Coregen modules could not be found.
Solution 1:
The design example myadder8_top.vhd is missing a "library XilinxCoreLib;" library
declaration statement .
Add the following line to your myadder8_top.vhd (or your source) file before your
VHDL configuration declaration to correct the problem, as shown in your .VHO
file:
library XilinxCorelib;
End of Record #8151 - Last Modified: 11/24/99 19:37 |