Im trying to make use of the fifo in my Spartan3E starter kit
i've added the component declaration and instantiation template as
instructed in the vho file. but im getting the following error when i
try to implement the design
ERROR:NgdBuild:604 - logical block 'FIFO' with type
'fifo_generator_v3_3' could
not be resolved. A pin name misspelling can cause this, a missing
edif or ngc
file, or the misspelling of a type name. Symbol
'fifo_generator_v3_3' is not
sup****ted in target 'spartan3e'.
Ive also added "Library XilinxCoreLib;" at my top module, which refers
to the fifo component.
am I missing something?