The Designer's Guide Community
Forum
Welcome, Guest. Please Login or Register. Please follow the Forum guidelines.
Jul 16th, 2024, 6:44pm
Pages: 1
Send Topic Print
global nodes (Read 1971 times)
morozmoroz
New Member
*
Offline

I need everything be
in behavior:)

Posts: 7
Ukraine, Kiev, Melexis
global nodes
Aug 08th, 2007, 3:57am
 
Hi, everyone!
As you probably know designers use in complex design global nodes (vdd!, gnd! etc.) - that means that block often doesn't have vdd, gnd pins. But when i create model for this block I would like to sense these nodes. So, question is - is any posibility to use global nodes in VerilogAMS? I use Cadence AMS Designer. The only way I know for now is to use parameters, but it is not very convenient.
Thanks is andvance!
Back to top
 
 

Look to the Root - The Flower of the Life if there Smiley
View Profile 304377506   IP Logged
boe
Community Fellow
*****
Offline



Posts: 615

Re: global nodes
Reply #1 - Aug 8th, 2007, 4:14am
 
You can use Cadence hierarchical connections also with Verilog-AMS:
Declare them using the following Code:
electrical (* integer inh_conn_prop_name="vss"; integer inh_conn_def_value="cds_globals.\\vss! "; *) \vss! ;
electrical (* integer inh_conn_prop_name="vdd"; integer inh_conn_def_value="cds_globals.\\vdd! "; *) \vdd! ;
  ...
analog Vsupply = V(\vdd! , \vss! ) 


NB: The escaped names end with a space!
BOE
Back to top
 
 
View Profile   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.