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.

spice code generation from cadence

Status
Not open for further replies.

akhilmukund

Newbie level 5
Joined
Dec 28, 2009
Messages
10
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
India
Activity points
1,341
I have been working on a 16 bit DAC. Since the hardware is too big and more cycle times at the input, the simulation is taking a longer time(more than 5 days with pentium 4 processor and 4 GB Ram). Is it possible to generate Hspice code from the Cadence Virtuso schematic and simulate it from the HSPICE tool of synopsys.

Please suggest some methods to make my simulation faster.

akhil
 

akhilmukund said:
Is it possible to generate Hspice code from the Cadence Virtuso schematic and simulate it from the HSPICE tool of synopsys.
If you have an Hspice license within C@dence Virtuoso you can of course generate an Hspice netlist from the schematic. But I doubt it will run faster than on the Spectre simulator.
With some editing, you could also convert a Spectre netlist into an Hspice one.
 

I don't use Cadence but normally when I design DACs & ADCs I try to check the circuit with partial circuitry for speed. When simulating the full circuit it can be useful to limit the nodes you save values from to prevent the disk speed being the limiting factor (with a 16 bit DAC you could have rather a lot of nodes depending on the design).

Keith.
 

You could also try to model things that are not critical to
bandwidth or accuracy, more simply. Like, the front end logic
probably could be verilog or veriloga. And of course for top
level type simulations the whole DAC could be behavioral
most likely.

Knowing when to fight, and when to fake it, is key.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top