The cores can be implemented using ISE Project Navigator. It is not recommended to add the generated core's xco to an ISE project because it may cause an error similar to this:
ERROR:HDLCompiler:559 - "s6_pcie_v1_2.v" Line 421: Could not find module/primitive <pcie_bram_top_s6>.
Module s6_pcie_v1_2 remains a blackbox, due to errors in its contents
Instead, generate the core in CORE Generator tool and add all of the core's wrapper source code from source directory.
Revision History
08/13/2010 -Initial Release