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.

[SOLVED] how to create netlist with Ultrasim simulatior using hspice netlist format with ocean

Status
Not open for further replies.

iqbalsahid

Newbie level 4
Joined
Jul 7, 2017
Messages
7
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
48
hi,
i am trying to create netlist with Ultrasim simulatior using hspice netlist format with ocean.
I used the script below.

simulator( 'UltraSim)
design( "lib_name" "cell_name" "schematic")
createNetlist(?recreateAll t)


But it is creating spectre netlist format not in hspice netlist format in cadence.

How to change the netlist format in ocean script?
 

Netlist is a combination of circuit desription and simulation control statements such as analysis statement, parameter definition.

(1) Create HSPICE format netlist for circuit description.
(2) Include HSPICE netlist in Ultarsim netlist.
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top