I am using the Command Gen from source from the xl window.
I see that the instance names of the generated layout is changed , a |
is added to each instance name.
How can I generate with out this symbol | .
ex: A instance name M36 is beng generated as |M36 , I want that to be
M36 itself.
Cheers,
Sridhar.
The reason this is done (to back up Jean-Marc) is because the name-space of the
resulting layout view is potentially "flat" - what was hierarchy in the original
schematic may be flattened in the layout. So you might have |I1|I2|M36 -
corresponding to M36 inside I2 inside I1 in the schematic. For consistency, the
leading pipe is used throughout.
Regards,
Andrew.