Quantcast
Channel: Cadence Custom IC Design Forum
Viewing all articles
Browse latest Browse all 4908

Using "libName" as a function argument

$
0
0

No issue. Just commenting on an observation.

Developing a script that parses cells in a library and one of the functions in the script takes the library name as an argument.

I was using "procedure( funcName(libName)..." and the script was getting numerous DB-270211 warnings and sometimes returning errors on dbSave. Debugged with print statements and stepping through the code but nothing made any sense. Then tried "procedure( funcName(Library)..." and all warnings and errors evaporated.

So I guess using "libName" as a variable is a no-no.


Viewing all articles
Browse latest Browse all 4908

Trending Articles