Re: [Xcircuit-dev] Conditional labels in library objects

2019-10-22 Thread Tim Edwards
Hello Dan, I looked for a way to embed conditional strings into the label for library objects. For example, if a parameter is not null then print a string: << ... /@ac_flag () ... begingate mark ... { () @ac_flag ne {(AC)}if } ... label Or something like that. I looked in file.c and it ap

[Xcircuit-dev] Conditional labels in library objects

2019-10-19 Thread Dan Moore
I looked for a way to embed conditional strings into the label for library objects. For example, if a parameter is not null then print a string: << ... /@ac_flag () ... >> begingate mark ... { () @ac_flag ne {(AC)}if } ... label Or something like that. I looked in file.c and it appears that th