Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[moved] How to get the internal timestep in verilog-a and hspice?

Status
Not open for further replies.

yhzhang0916

Newbie
Joined
Feb 1, 2021
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
14
Hello, I am doing a simulation using a verilog-a model in hspice. I want to know how to get the internal timestep that hspice/verilog-a was using during the transient simulation. Since I found the internal timestep is always changing in each iteration, can I get a log file to show the internal timestep in each iteration?

Thank you in advance :D:D
 

Hi @yhzhang0916 ,

I'm not sure how to get the timestep, but you can bound it in your Verilog-A code using the system function $bound_step. It limits the timestep to be no longer than its argument.

For more information, you can refers to Ken Kundert's book The Designer's Guide to Verilog AMS. I hope it helps.

Kind regards,
Vitor
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top