This constrains a ports buffer location to be on the same bank as that of one or more other port buffers. When two double buffers are co-located, this constraints both of the ping buffers to be on one bank and both of the pong buffers to be on another bank.
Syntax
"colocated_ports": [<port list>]
<port list> ::= <port name>[, <port name>...]
<port name> ::= string
Example
{
"PortConstraints": {
"mygraph.k2.in[0]": {
"colocated_ports": ["mygraph.k2.out[0]"]
}
}
}