Quantcast
Channel: Cadence Custom IC Skill Forum
Viewing all articles
Browse latest Browse all 5066

pcCellView and LINT

$
0
0

Hello,

When using global system variables like pcCellView or cdfgData or cdfgForm, then LINT is very angry saying that those are global variables and this is not ok. 

The only solution I have found to avoid these warnings is somethig like:

let( (tmp pcId)
    tmp = 'pcCellView
    pcId = symeval(tmp)
    ..... 
    ;; use pcId in place of pcCellView
    .....
)

 

But this is not a very official and ncie solution.

Is there any method to inform LINT that I those variables are OK !?

 

Thank you,

Best Regards,

Adrian

 

 


Viewing all articles
Browse latest Browse all 5066

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>