Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
10 years ago

Bug 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.

2 Replies