This constrains a ports buffer location to not be on the same bank as that of one or more stacks.
Syntax
"not_colocated_reserved_memories": [<port list>]
<port list> ::= <port name>[, <port name>...]
<port name> ::= string
Example
{
"PortConstraints": {
"mygraph.k2.in[0]": {
"not_colocated_reserved_memories": ["mygraph.k1"]
}
}
}