Altera_Forum
Honored Contributor
14 years agoTimeQuest get_ports filtering for in-/outputs only
Hi,
I have a bus with both input and output pins, all names starting with PCI_ When writing a set_input_delay or set_output_delay I use [get_ports {PCI_*}] The compiler than generates warnings :(, because I have (also) inputs where I only should have outputs and vice versa. Can I add a filter or so to get only all inputs starting with PCI_ ? Thanks, Michael