The Designer's Guide Community
Forum
Welcome, Guest. Please Login or Register. Please follow the Forum guidelines.
Apr 18th, 2024, 3:21pm
Pages: 1
Send Topic Print
Ultrasim syntax for probing current at particular nodes (Read 4134 times)
ranjang
Junior Member
**
Offline



Posts: 13
india
Ultrasim syntax for probing current at particular nodes
Sep 18th, 2014, 5:55am
 
Hi,
My requirement is to probe current at particular nodes for verification purpose.I am using ultrasim simulator and running simulation with irun -amsf option

I am writing like this in acf.scs file where I give complete path for the port where I want current.
.probe i(top_tb.u_k0_wrapper.u_pr1.u_ana_core.u_k1.u_k2.u_k3.u_k4.ildo1.IBIAS)

I don't see the current probing and it gives some warning

Cannot find element 'IBIAS' because it is missing
       or it was cut in circuit 'subckt_name' during the
       simulation.
Back to top
 
 

,
GAURAV
View Profile   IP Logged
AMS_ei
Community Member
***
Offline



Posts: 67

Re: Ultrasim syntax for probing current at particular nodes
Reply #1 - Jan 18th, 2017, 8:17am
 
Hi,

Please see below:

1. Create a probe.tcl file. In that file, you have to use "-flow" option as shown below:

probe -create -flow -shm -ports top_tb.u_k0_wrapper.u_pr1.u_ana_core.u_k1.u_k2.u_k3.u_k4.ildo1.IBIAS

2. Parse the file in the irun option with -input option

Hope this helps.
Thank you.
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.