Re: FPGA gives a "unknown header type 7f" with lspci command

Hello,
The error you report occurs before Xillybus' logic gets a say: The lspci detection is a matter between Xilinx' PCIe block and the operating system. Therefore, the problem lies somewhere in the region of the IP core itself and the timing constraints. I can't see anywhere else where it would hide.
The fact that you've taken the PCIe block and generated an example project from it, and that went fine, doesn't leave a lot of room. Just to be sure, please diff the XCI files of the PCIe block in the bundle and that in the example project that worked. I would expect them to be identical, except for the name of the IP. If not, what are the differences?
You mentioned using the constraints from the example project directly, and that it didn't work. Well, it shouldn't. Note that section 4.5.4 in the said Getting started guide doesn't tell you to copy the constraints, but you're supposed to adapt them, editing the paths to the signals. Maybe you missed this little delicate point?
Regards,
Eli
The error you report occurs before Xillybus' logic gets a say: The lspci detection is a matter between Xilinx' PCIe block and the operating system. Therefore, the problem lies somewhere in the region of the IP core itself and the timing constraints. I can't see anywhere else where it would hide.
The fact that you've taken the PCIe block and generated an example project from it, and that went fine, doesn't leave a lot of room. Just to be sure, please diff the XCI files of the PCIe block in the bundle and that in the example project that worked. I would expect them to be identical, except for the name of the IP. If not, what are the differences?
You mentioned using the constraints from the example project directly, and that it didn't work. Well, it shouldn't. Note that section 4.5.4 in the said Getting started guide doesn't tell you to copy the constraints, but you're supposed to adapt them, editing the paths to the signals. Maybe you missed this little delicate point?
Regards,
Eli