Nelson Rodriguez
02/21/2023, 7:52 PMselect area ndiff
and to check what did I take, I move that with move 0 -1um
and as you can see in Fig 2, only ndiff outside the poly is moved.Tim Edwards
02/21/2023, 8:24 PMselect area alldiff
; however, that just moves the diffusion + transistor and leaves the poly behind.
There is a roundabout way to do this, which is:
select area alldiff; select less area poly
Followed by copy
(instead of move), then go back to the original ndiff and do erase ndiff
.
It does seem like there ought to be a simpler way to do that.Nelson Rodriguez
02/22/2023, 4:19 PMselect area alldiff; select less area poly li; select less area ndc
then copy it [Fig 1]. The ndiffs below the contacts were not taken.
2. Removing a pdc
select area pdc; select less area pdiff
erase pdc
The pdiff below the contact is erased too. [Fig 2]Tim Edwards
02/22/2023, 4:20 PMcontact erase pdc
.Tim Edwards
02/22/2023, 4:24 PMselect less area ndc
at the end, because that erases the entire contact on both layers. The select less area li
before it should have done the job of removing the contact from the diffusion below it.Nelson Rodriguez
02/22/2023, 4:31 PMselect less area li
not only removes the contact but also the diffusion.Tim Edwards
02/22/2023, 4:34 PMselect area alldiff; select less area poly,li
Nelson Rodriguez
02/22/2023, 4:54 PM