Forum Discussion
Altera_Forum
Honored Contributor
14 years agoNote that PCI_LA* encompasses PCI_LAD*. Since you have {} around the list, you can use square brackets directly inside:
set pci_inputs {PCI_LA[*] PCI_LAD[*]...} Might help avoiding unwanted matches(although that's pretty unlikely for I/O).