Wildcard characters
Wildcard characters can be used in HDL item names in some simulator commands. Conventions for wildcards are as follows:
Syntax Description * matches any sequence of characters ? matches any single characterYou can use square brackets [ ] in wildcard specifications if you place the entire name in curly braces { }:
Syntax Description {[abcd]} matches any character in the specified set {[a-d]} matches any character in the specified range {[^a-d]} matches any character not in the setExamples
*
{*[0-9]}
Matches all items ending in a digit.
{?in*[0-9]}
Model Technology Incorporated Voice: (503) 641-1340 Fax: (503)526-5410 www.model.com sales@model.com |