Forum Discussion
Altera_Forum
Honored Contributor
18 years agoPCI express compiler IO signals
Hi, I have a system generated by SOPC system with PCIe compiler, DMA and a custom component (interface bridge) After I generate the system, and try to do pin assignments, I find lots of ...
Altera_Forum
Honored Contributor
18 years agoJust make VIRTUAL_PIN assignments to those PIPE signals. VIRTUAL_PINs won't take up real pins on the device. Those signals are provided primarily to allow you to simulate your system bypassing the transceiver which should speed up the simulation. (Caveat: I think the VIRTUAL_PIN assignment works, if it doesn't then create a wrapper around the top level of your SOPC Builder system that leaves those PIPE signal outputs unconnected and drives the inputs with 0's.)