After making my PLBv46 PCIe core local in the system assembly view, the implementation results in the following error:
"ERROR:HDLParsers:3317 - "C:/ml507_12/pcores/plbv46_pcie_v4_04_a_plbv46_slave_v1_04_a/hdl/vhdl/addr_reg_cntr_brst_flex.vhd" Line 162.
Library plbv46_slave_v1_04_a cannot be found.
ERROR:HDLParsers:3014 - "C:/ml507_12/pcores/plbv46_pcie_v4_04_a_plbv46_slave_v1_04_a/hdl/vhdl/addr_reg_cntr_brst_flex.vhd" Line 163.
Library unit plbv46_slave_v1_04_a is not available in library plbv46_pcie_v4_04_a_plbv46_slave_v1_04_a.
ERROR:EDK:546 - Aborting XST flow execution!
INFO:EDK:2246 - Refer to C:\ml507_12\synthesis\pcie_bridge_wrapper_xst.srp for details"
To work around this issue, copy the pcores and its dependent libraries manually to the local pcores folder.
The following libraries are used by the plbv46_pcie_v4_04_a:
block_plus_v1_13_a
plbv46_master_v1_04_a
plbv46_slave_v1_04_a
proc_common_v3_00_a
spartan6_pcie_v1_04_a
virtex6_pcie_v1_04_a
Alternatively, a local copy of plb_v46_slave_v1_04_a resolves the issue.