Using a GND pin group with more than one signal group creates an error #961
-
I am trying to create a port from two signals to a common GND pin group, However, I get an error message:
A minimially reproduced example is derived from a User guide example:
At the circuit port created on PG_AVCC_1V3, the failure is seen; if either create_circuit_port_on_pin_group line is commented out, the code completes normally. Alternately, I could add a separate GND pin group for each signal pin group, however this will raise a warning during the solve about pins in multiple pin groups. Is there a different way to connect two signals to a common GND group? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi, I am getting a similar error. I just posted a question on this error as well. |
Beta Was this translation helpful? Give feedback.
-
Here's how I ended up rewriting this:
Thank you for the inspo |
Beta Was this translation helpful? Give feedback.
Hi @kestne,
I think you got also this error because the terminal for the reference is already defined with same name. I would create another pin group, you will get a warning but since you are sure you are not shorting different nets I believe you can ignore.
Alternatively you can create a single pingroup but create port on single pins instead on pingroup. EDB support pingroup terminal and padstack instance terminal.
here is a code snipet which could be inspiring: