The Designer's Guide Community Forum
https://designers-guide.org/forum/YaBB.pl
Other CAD Tools >> Entry Tools >> How to access global signals cds_globals
https://designers-guide.org/forum/YaBB.pl?num=1477735974

Message started by Sherif on Oct 29th, 2016, 3:12am

Title: How to access global signals cds_globals
Post by Sherif on Oct 29th, 2016, 3:12am

Hello everyone,

I have a cellview that has both inherited connections that can be called with this command dbGetCellViewInheritedSig and other global signals that do not show up with it. However, all of them appear in the cds_globals module after the netlisting.

I want to figure out this global "hidden" signal without running the netlister. Like is there a way in skill to get the name of this signal?

Thanks,

Sherif

Title: Re: How to access global signals cds_globals
Post by Andrew Beckett on Dec 29th, 2016, 1:57am

Maybe you have global signals too? Typically it's the global signals that appear in this auto-created module (so this would be the default values of any inherited connections, or any global nets). You should be able to find any global nets (in a specific cellView; remember that to find them all you'd need to look at all cellViews in the hierarchy) by using:

Code:
setof(signal cvId~>signals signal~>isGlobal)


Regards,

Andrew

The Designer's Guide Community Forum » Powered by YaBB 2.2.2!
YaBB © 2000-2008. All Rights Reserved.