Closed josepfargas closed 1 month ago
I mean, could, but why? -
is fully compliant gds cellname.
Just to be consistent since that's the way it's done for user-Provided arguments in cells. Also tHis is breaking sOme internal tools, however we can also Go modify the iNtErnal tools. ThX!
Ah, ok, my mistake then. I thought we didn't change the -
in other cases. I'll add it so that the full name goes through name cleaning, I thought it did already, but apparently not.
Thanks!
Is it possible to sanitize and replace "-" for "m" from cells names added as vinstances? example:
c.create_vinst(splitter())
gives this name:
splitter_MFalse_S28p0_X0p0002999883330545572_Y9p54709817424515e-06
could it besplitter_MFalse_S28p0_X0p0002999883330545572_Y9p54709817424515em06
instead?Thanks