hi @Tim Edwards, @Mitch Bailey - want to delete all instances of decap cells - what is the command in magic ?
The instance names are pattern PHY and decap
t
Tim Edwards
09/07/2022, 1:27 PM
I don't know of an easy way; you can do it with something like this:
Copy code
set celllist [cellname list instances sky130_fd_sc_hd__decap_3]
foreach cell $celllist {select cell $cell ; delete}
Linen is a search-engine friendly community platform. We offer integrations with existing Slack/Discord communities and make those conversations Google-searchable.