13.33.79 get_pins
Returns an object representing the pin(s) that match those specified in the pattern argument.
get_pins pattern
Arguments
pattern
Specifies the pattern to match the pins to return. For example, "get_pins clock_gen*" returns all pins starting with the characters "clock_gen", where “*” is a wildcard that represents any character string.
