I'm facing an issue when doing custom pin placemen...
# openlane
c
I'm facing an issue when doing custom pin placement. I have created and included the pin_order.cfg, and it gets recognized during the flow. However, only some of the pins appear on their designated location (the others seem to be placed randomly). I've tried setting "PSN_ENABLE_PIN_SWAP" to "0" but this doesn't help either. Any suggestions or explanations for this behavior? Thanks in advance!
I could solve my problem thanks to help from @Harald Pretl. When assigning vectors, they have to be written in the following way: vector\[index\] The backslash is necessary for the tcl-script(s) to recognize the brackets!
👍 1