Critical Issue
When you compile a design that uses wildcards in the LogicLock region (LLR) assignments, the wildcards are not obeyed and the partial reconfiguration boundary ports are not constrained to the LLR.
For example, the following LLR assignment is not obeyed:
auto|dir[*]~IPORT
To avoid this issue, you must manually expand each wildcard, and create individual assignments for each node.
For example, expand the previous example LLR assignment as follows:
auto|dir[0]~IPORT
auto|dir[1]~IPORT