Hello, my LDO design was passing LVS correctly unt...
# ihp-sg13g2
d
Hello, my LDO design was passing LVS correctly until I added a guardring to the OTA. Now the LVS detects the nmos as rfnmos. How could I solve this ?
b
Do you have the heatrans layer on your device? I think that layer is used to distinguish.
The same issue will exist for all transistors on the chip once you add the seal ring (which has a guard ring).
d
I'm utilizing Klayout pcells, which include the heatTrans layer.
b
Interesting. I thought the new LVS would handle this properly. You may want to file an issue. I ended up hacking the LVS to take out the RF device recognition altogether.
f
The heattrans layer is no longer used for identifying the regular FETs and now the only difference between the regular and RF FETs is the surrounding taps. Cc @Amro Tork @Krzysztof Herman
1
a
@Boris Murmann @Daniel Arevalos We have brought this to IHP attention and it’s under active discussion. We believe that we would need a marker layer for RF mosfet to be recognized.
Anyhow, please file an issue for us to track.
d
@Boris Murmann Could you please show me how did you manage to take out the recognition of the RF devices?
a
@Daniel Arevalos This is a known bug for us as I mentioned above. Please just open an issue on github and ignore it for now.
@Daniel Arevalos If you created a cut in the ptap whole it will go away. But that’s not the right behavior for LVS.
This is just a temp hack.