T
tscircuit3mo ago
Abse

```

<board width="20.32mm" height="12.70mm" manualEdits={manualEdits}>
{/* X: 10.16 6.35 */}
<group matchAdapt>
<W25Q128JVPIQ
name="U4"
pcbRotation={-90}
connections={{
pin1: sel.net.N_CS,
pin6: sel.net().CLK,
pin5: sel.net().DI,
pin2: sel.net().DO,
pin3: sel.net().N_WP,
pin7: sel.net().N_HOLD,
}}
/>
<netlabel net="V3_3" anchorSide="bottom" connectsTo={sel.U4.V3_3} />
<netlabel net="GND" anchorSide="top" connectsTo={sel.U4.GND} />
</group>
<board width="20.32mm" height="12.70mm" manualEdits={manualEdits}>
{/* X: 10.16 6.35 */}
<group matchAdapt>
<W25Q128JVPIQ
name="U4"
pcbRotation={-90}
connections={{
pin1: sel.net.N_CS,
pin6: sel.net().CLK,
pin5: sel.net().DI,
pin2: sel.net().DO,
pin3: sel.net().N_WP,
pin7: sel.net().N_HOLD,
}}
/>
<netlabel net="V3_3" anchorSide="bottom" connectsTo={sel.U4.V3_3} />
<netlabel net="GND" anchorSide="top" connectsTo={sel.U4.GND} />
</group>
6 Replies
Seve
Seve3mo ago
I asked codex to repro, then we'll figure out where this is going wrong, nice find it only happens for nested groups btw so if you just remove the group you can still test stuff
Abse
AbseOP3mo ago
ok nice you sure ?
Seve
Seve3mo ago
I removed the group in your example and couldn't repro if you have a repro then maybe i'm wrong yea
Abse
AbseOP3mo ago
Abse
AbseOP3mo ago
I can , using matchAdapt on board right ?
Seve
Seve3mo ago
ok yea idk no you're good i was wrong

Did you find this page helpful?