| Summary: | Filter in xdc.tools.product.IProductTemplate should support regular expressions | ||
|---|---|---|---|
| Product: | [Technology] RTSC | Reporter: | Nitya Ramdas <nitya> |
| Component: | Tools | Assignee: | David Friedland <dfriedland> |
| Status: | ASSIGNED --- | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | dfriedland |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
We need to use complex filters for deviceId such as "TMS320[CF]283[0-9]*". This would make IProductTemplate implementations less gnarly. struct Filter { String deviceFamily; String deviceVariant; String deviceId; String endianness; String toolChain; String outputFormat; };