Altera_Forum
Honored Contributor
10 years agoBug in V Series Avalon MM for PCI Express
When using this component with QSYS (even with a simple example) a compilation error is obtained, because tlbfm_out is declared as OUTPUT in the VHLD/Verilog that references the component pcie_256_avmm_port, when it should be INPUT.
The fix is simple In the file <quartus instalation directory>\ip\altera\altera_pcie\altera_pcie_hip_256_avmm\pcie_256_avmm_port.tcl in the lines add_to_no_connect tlbfm_in 1001 out add_to_no_connect tlbfm_out 1001 in replaces "out" by "Output" and "in" by "Input". Best regards.