The Designer's Guide Community
Forum
Welcome, Guest. Please Login or Register. Please follow the Forum guidelines.
Mar 28th, 2024, 6:44pm
Pages: 1
Send Topic Print
How to access global signals cds_globals (Read 825 times)
Sherif
New Member
*
Offline



Posts: 7

How to access global signals cds_globals
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
Back to top
 
 
View Profile   IP Logged
Andrew Beckett
Senior Fellow
******
Offline

Life, don't talk to
me about Life...

Posts: 1742
Bracknell, UK
Re: How to access global signals cds_globals
Reply #1 - 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
Back to top
 
 
View Profile WWW   IP Logged
Pages: 1
Send Topic Print
Copyright 2002-2024 Designer’s Guide Consulting, Inc. Designer’s Guide® is a registered trademark of Designer’s Guide Consulting, Inc. All rights reserved. Send comments or questions to editor@designers-guide.org. Consider submitting a paper or model.