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] synthesize of transistor level description in design compiler

Status
Not open for further replies.

farzaneh_2561

Member level 1
Joined
Jul 8, 2013
Messages
34
Helped
1
Reputation
2
Reaction score
0
Trophy points
6
Activity points
248
Hi everybody
Does Design Compiler synthesize a transistor level description and if it doesn't is there any other tool to do so?
thank u.
 

DC only works at the digital logic cell level (using abstracted models of the cells described in the Liberty format).
And, depending on the cell library you are using (and your licensing arrangement with the library provider), you also might not even have available the SPICE netlists for the cells.
But, if you do the back-end P&R & DRC & LVS in-house, then you might at least have CDL netlists, which are a simplified subset of the full SPICE netlists for the cells (e.g. they only include N/P & W & L params, and are therefore not good for accurate SPICE sims - they are only intended for feeding LVS).

Similarly, DC does not write out a SPICE-format netlist (only structural Verilog, etc.).
However, I'd expect there are translation utilities on the 'net which can convert such a structural Verilog netlist into a SPICE-compatible one, though it will still only be instantiating the cells as subcircuits.
But, this could be combined/included with the aforementioned SPICE netlists for the cells, and you then have a complete transistor-level netlist.
(this is effectively how LVS is run in a synthesized ASIC flow, since it must check down to the transistor layout level)

Note I have not personally searched for free Verilog-to-SPICE translators - I did help develop one in Python once, and subsequently have used ones which are nowadays included with commercial SPICE and LVS tools.
If you have access to such tools, you might already have a translator available (those translator utils don't typically even require a license key - just the installed binary).
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top