PCIe HARD IP +
Hi,
i'm trying to run a synthesis of my Design for Stratix 10 on Quartus Pro 19.4.
In my TOP ENTITY i added the PCIe HARD IP + and connected it to my entities.
I've updated the .qsf file with the pin assignments and the .ip file for the pcie. Everything seems fine to me.
I'm encountering this issue though:
Error(17670): VHDL error at PCIe_HardIP_Plus.vhd(3023): verilog module port intx_req_i does not match with type std_logic_vector of component port
Error(13657): VHDL expression error at PCIe_HardIP_Plus.vhd(3023): expression has 4 elements, but must have 9 elements
Error(16186): Can't elaborate top-level user hierarchy
I do not know what to do. The port intx_req is defined as
intx_req_i : in std_logic_vector(3 downto 0)
in the Quartus-generated .vhd file, and i'm connecting it to the same kind of signal.
It seems a problem within the generation of the IP.
What do you think?