| <?xml version="1.0"?> | |
| <!-- | |
| Strip pack_pattern's from input/output tags on pb_types. | |
| This allows us to add the pack_pattern annotation at the leaf values which | |
| don't have an interconnect. It makes it explicit which ports are involved in | |
| the chain (and hence won't end up on fabric). | |
| --> | |
| <xml> | |
| <pb_type> | |
| <input name="in1"> | |
| <pack_pattern /> | |
| </input> | |
| <input name="in2" /> | |
| <output name="o1" /> | |
| <output name="o2"> | |
| <pack_pattern> | |
| <innertag /> | |
| </pack_pattern> | |
| </output> | |
| </pb_type> | |
| </xml> |