WP_Term Object
(
    [term_id] => 45
    [name] => Aldec
    [slug] => aldec
    [term_group] => 0
    [term_taxonomy_id] => 45
    [taxonomy] => category
    [description] => 
    [parent] => 157
    [count] => 102
    [filter] => raw
    [cat_ID] => 45
    [category_count] => 102
    [category_description] => 
    [cat_name] => Aldec
    [category_nicename] => aldec
    [category_parent] => 157
)
            
WIKI Multi FPGA Design Partitioning 800x100
WP_Term Object
(
    [term_id] => 45
    [name] => Aldec
    [slug] => aldec
    [term_group] => 0
    [term_taxonomy_id] => 45
    [taxonomy] => category
    [description] => 
    [parent] => 157
    [count] => 102
    [filter] => raw
    [cat_ID] => 45
    [category_count] => 102
    [category_description] => 
    [cat_name] => Aldec
    [category_nicename] => aldec
    [category_parent] => 157
)

AMS Design using Co-Simulation

AMS Design using Co-Simulation
by Daniel Payne on 04-23-2012 at 11:13 am

The big three vendors in EDA offer AMS simulation tools but what about simulation choices from other EDA vendors?

It turns out there are two privately held EDA companies that have done business since the 1980’s and have just integrated a Verilog A simulator with a SPICE circuit simulator. The two companies are Aldec with a Verilog A simulator and Tanner EDA with a SPICE circuit simulator. To learn more about this AMS simulation capability I reviewed a webinar from March 8th, 2012.

Jeff Miller presented for Tanner EDA and Jerry Kaczynski for Aldec. Each company has over 30,000 EDA licenses in use worldwide.

The AMS tool flow starts with design capture in S-Edit then an automated netlist out to T-Spice AMS which uses Verilog A in Aldec’s Riveria PRO and SPICE in Tanner’s T-Spice:

Waveforms for analog signals are viewed in the Tanner viewer, while digital signals are viewed in the Aldec tool:

With Riviera-PRO the digital simulator features:

  • Verilog, VHDL, SystemVerilog, SystemC
  • Assertion-based verification
  • Command line or GUI operation
  • Code and functional coverage
  • Transaction-level debugging
  • APIs to communicate
  • Runs on Linux, Windows XP, Vista and Windows 7

This is a co-simulation approach, not a single kernel approach like that offered by Synopsys, Cadence and Mentor. For most AMS netlists the SPICE simulation will usually limit the run time.

The demo showed an ADC design where capture is done in Tanner’s S-Edit tool then netlisted. S-Edit automatically detects what block is netlisted for Spice and for Digital. T-Spice is run on the netlist which then invokes the digital simulator, Riviera-PRO.

Q&A
Q: Does the logic netlist run through the T-Spice input file buffer, causing capacity issues?
A: There isn’t a character limit to T-Spice parsing, so we don’t know of any capacity issues.

Q: Is it better to use a 64 or 32 bit OS for my AMS simulation?
A: It really depends on your memory requirements. For large memory requirements then you could run out of memory space on a 32 bit OS, so then use the 64 bit version on Linux or Windows for Riveria. On the SPICE side you can also use either 32 or 64 bit versions.

Q: Which OS versions are supported for this AMS co-simulation?
A: Windows 32 bit or 64 bit, Linux only 32 bit on the SPICE side.

Q: If I have a mixed signal design can I independently specify a Verilog and SPICE view without using two instance names?
A: Yes, you can specify per instance if this cell is Verilog or SPICE view.

Q: Does this co-simulation work with Active-HDL?
A: Use Riviera PRO for this AMS co-simulation for now. Active-HDL could be added in the future if there’s enough demand, it’s not a technical issue just a demand issue.

Summary
If you already own a Tanner EDA or Aldec simulator and want to start doing AMS simulation for IC designs then this affordable co-simulation approach should be considered. I’d expect to see in the product roadmap a few useful features like:

  • Unified waveform viewer, instead of two viewers
  • Cross-probing between schematic, source and wave form viewer
  • Interactive simulation where you can start, stop, measure and continue

The webinar is online here.

Share this post via:

Comments

One Reply to “AMS Design using Co-Simulation”

You must register or log in to view/post comments.