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.

verilog-a in synopsys custom design

Status
Not open for further replies.

Yaso

Junior Member level 1
Joined
Apr 15, 2011
Messages
18
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,416
Dear All,

How can I use waveview for a schematic that contains only a veriloga symbol and a voltage source in hspice. No .tr0 file is created instead I'm having .valog!

Any help is really appreciated.
 

How can I use waveview for a schematic that contains only a veriloga symbol and a voltage source in hspice.

I understand that you netlist your design then simulate it with HSPICE (.tr0). To debug look into actual netlist that is simulated. Are there statements like .print. .probe. .plot? .tran?

When input files are correct, Verilog-A is handled properly :)

Regards,
Vardan
 

I just checked it. Yes, I have written .tran in the .spi file and still I'n not getting .tr0 after simulating!
 

Yaso,
Synopsys has several analog simulators that support Verilog-A. As far as I know, only HSPICE creates *.tr0 files during transient simulation.
Do you use HSPICE?
Assume that you have a Verilog-A module, that is instantiated in SPICE deck. Substitute it with a dummy SPICE subcircuit. If simulation works, i.e you see anything changing in waveform viewer, then the problem is in your Verilog-A code.
It's not serious to debug your problems without seeing actual netlists and invocation commands.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top