Hello. I want to change the cellname 'sky130_fd_pr_nfet_01v8_lvt_Y5HS5Z_0' to 'XM3'.
Simply, I want to change the right cell's name like left cell to attached image. Do you know how to change it?
I appreciate for your help.
t
Tim Edwards
10/17/2023, 1:51 PM
I think you are confusing the cell name and the instance name. "XM3" sounds like an instance name. For that, you would want to select the instance and use the command
identify XM3
.
Tim Edwards
10/17/2023, 1:53 PM
Sorry for being pedantic. "cellname" does have a specific meaning in magic, and there is a command called "cellname" vs. a command called "instance", so it's helpful to use the right term. But I understood what you meant.
Tim Edwards
10/17/2023, 1:54 PM
Also apologies for not noticing that @vks had already answered the question outside of the thread.
u
권용진학부생
10/18/2023, 5:26 AM
@Tim Edwards I am very grateful that you wrote the answer. Thank you very much.